fix typo in prev
This commit is contained in:
@@ -119,7 +119,7 @@ info "Building PyInstaller."
|
|||||||
git init
|
git init
|
||||||
git remote add origin $PYINSTALLER_REPO
|
git remote add origin $PYINSTALLER_REPO
|
||||||
git fetch --depth 1 origin $PYINSTALLER_COMMIT
|
git fetch --depth 1 origin $PYINSTALLER_COMMIT
|
||||||
git checkout -b pinned "${$PYINSTALLER_COMMIT}^{commit}"
|
git checkout -b pinned "${PYINSTALLER_COMMIT}^{commit}"
|
||||||
rm -fv PyInstaller/bootloader/Windows-*/run*.exe || true
|
rm -fv PyInstaller/bootloader/Windows-*/run*.exe || true
|
||||||
# add reproducible randomness. this ensures we build a different bootloader for each commit.
|
# add reproducible randomness. this ensures we build a different bootloader for each commit.
|
||||||
# if we built the same one for all releases, that might also get anti-virus false positives
|
# if we built the same one for all releases, that might also get anti-virus false positives
|
||||||
|
|||||||
Reference in New Issue
Block a user