Add extra files to Windows portable release

This commit is contained in:
albertosottile 2018-05-07 16:18:46 +02:00
parent ef0574bccf
commit 67c40f9618
2 changed files with 12 additions and 8 deletions

View File

@ -21,13 +21,11 @@ init:
install:
- cd %APPVEYOR_BUILD_FOLDER%
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
#- pyinstaller pyinstaller-onefile.spec
#- move dist\Syncplay.exe Syncplay-%ver%-win-Py35-PySide2.exe
#- del build /s /Q
#- del dist /s /Q
- pyinstaller pyinstaller-onedir.spec
- python buildInstaller.py
- copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-Py35-PySide2.exe
- copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-Py35.exe
- type nul > dist\syncplay.ini
- copy resources\win_lua_note.txt dist\"VLC LUA Script installation.txt"
# Not a project with an msbuild file, build done at install.
build: off
@ -35,10 +33,10 @@ build: off
artifacts:
- path: 'dist'
type: zip
name: Syncplay-$(ver)-win-py35-pyside2
name: Syncplay_$(ver)_Portable_py35
- path: Syncplay-$(ver)-Setup-Py35-PySide2.exe
name: Syncplay-$(ver)-Setup-Py35-PySide2
- path: Syncplay-$(ver)-Setup-Py35.exe
name: Syncplay-$(ver)-Setup-Py35
# Push artefact to S3 bucket and list all
before_deploy:

6
resources/win_lua_note.txt Executable file
View File

@ -0,0 +1,6 @@
You must follow the following instructions to use Syncplay with VLC:
Place the syncplay.lua file from /resources/lua/intf/ into the main (all user) VLC /lua/intf/ sub-directory:
* Window: %ProgramFiles%\VideoLAN\VLC\lua\intf\
Note: A version of these instructions is also available from http://syncplay.pl/LUA