mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-16 04:33:59 +00:00
PICARD-1618: Include compiled astrcmp in Windows installer
This commit is contained in:
@@ -55,7 +55,7 @@ build_script:
|
||||
|
||||
python setup.py test -v
|
||||
|
||||
pyinstaller --noconfirm picard.spec
|
||||
pyinstaller --noconfirm --clean picard.spec
|
||||
|
||||
REM Workaround for https://github.com/pyinstaller/pyinstaller/issues/4429
|
||||
|
||||
|
||||
@@ -130,8 +130,7 @@ Section "!$(SectionRequired)" required
|
||||
SetOverwrite on
|
||||
|
||||
; Files
|
||||
File "${PROJECT_PATH}\dist\picard\"
|
||||
File /r "${PROJECT_PATH}\dist\picard\PyQt5"
|
||||
File /r /x "locale" "${PROJECT_PATH}\dist\picard\"
|
||||
|
||||
; Write the installation path into the registry
|
||||
WriteRegStr HKLM "Software\MusicBrainz\${PRODUCT_NAME}" "InstallDir" "$INSTDIR"
|
||||
|
||||
Reference in New Issue
Block a user