buildpy2exe: fix path for resources
This commit is contained in:
parent
d81100a2e2
commit
f6048566ed
@ -33,6 +33,7 @@ install:
|
|||||||
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
||||||
- python buildPy2exe.py
|
- python buildPy2exe.py
|
||||||
- type nul > syncplay_v%ver%\syncplay.ini
|
- type nul > syncplay_v%ver%\syncplay.ini
|
||||||
|
- move Syncplay-%ver%-Setup.exe Syncplay-%ver%-setuptools-Setup.exe
|
||||||
|
|
||||||
# Not a project with an msbuild file, build done at install.
|
# Not a project with an msbuild file, build done at install.
|
||||||
build: off
|
build: off
|
||||||
@ -42,7 +43,7 @@ artifacts:
|
|||||||
type: zip
|
type: zip
|
||||||
name: Syncplay_$(ver)_setuptools_Portable
|
name: Syncplay_$(ver)_setuptools_Portable
|
||||||
|
|
||||||
- path: Syncplay-$(ver)-Setup.exe
|
- path: Syncplay-$(ver)-setuptools-Setup.exe
|
||||||
name: Syncplay-$(ver)-setuptools-Setup
|
name: Syncplay-$(ver)-setuptools-Setup
|
||||||
|
|
||||||
# Push artefact to S3 bucket and list all
|
# Push artefact to S3 bucket and list all
|
||||||
|
|||||||
@ -71,7 +71,7 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
|||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
ManifestDPIAware false
|
ManifestDPIAware false
|
||||||
XPStyle on
|
XPStyle on
|
||||||
Icon resources\icon.ico ;Change DIR
|
Icon syncplay\resources\icon.ico ;Change DIR
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
|
|
||||||
VIProductVersion "$version.0"
|
VIProductVersion "$version.0"
|
||||||
@ -157,7 +157,7 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
|||||||
LangString ^ClickInstall $${LANG_GERMAN} " "
|
LangString ^ClickInstall $${LANG_GERMAN} " "
|
||||||
|
|
||||||
PageEx license
|
PageEx license
|
||||||
LicenseData resources\license.rtf
|
LicenseData syncplay\resources\license.rtf
|
||||||
PageExEnd
|
PageExEnd
|
||||||
Page custom DirectoryCustom DirectoryCustomLeave
|
Page custom DirectoryCustom DirectoryCustomLeave
|
||||||
Page instFiles
|
Page instFiles
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user