mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-06 06:40:28 +00:00
Add extra files to Windows portable release
This commit is contained in:
parent
ef0574bccf
commit
67c40f9618
@ -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
6
resources/win_lua_note.txt
Executable 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
|
Loading…
Reference in New Issue
Block a user