diff --git a/.appveyor.yml b/.appveyor.yml index ba50d9d..dba3741 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: diff --git a/resources/win_lua_note.txt b/resources/win_lua_note.txt new file mode 100755 index 0000000..66835d8 --- /dev/null +++ b/resources/win_lua_note.txt @@ -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 \ No newline at end of file