From 95b5aaeeadff070fe572fd540c1bbf88514a1ed2 Mon Sep 17 00:00:00 2001 From: albertosottile Date: Mon, 7 May 2018 16:18:46 +0200 Subject: [PATCH] Add extra files to Windows portable release --- .appveyor.yml | 11 +++++++---- resources/win_lua_note.txt | 6 ++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100755 resources/win_lua_note.txt diff --git a/.appveyor.yml b/.appveyor.yml index bbce8d2..23b3db7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +27,9 @@ install: - del syncplay_v%ver%\lib\MPR.dll - mkdir syncplay_v%ver%\platforms - copy C:\Miniconda\envs\syncplay\library\plugins\platforms\qwindows.dll syncplay_v%ver%\platforms\ - - copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-PySide2.exe + - copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup.exe + - type nul > syncplay_v%ver%\syncplay.ini + - copy resources\win_lua_note.txt syncplay_v%ver%\"VLC LUA Script installation.txt" # Not a project with an msbuild file, build done at install. build: off @@ -35,14 +37,15 @@ build: off artifacts: - path: 'syncplay_v$(ver)' type: zip - name: Syncplay-$(ver)-win-pyside2 + name: Syncplay_v$(ver)_Portable - - path: Syncplay-$(ver)-Setup-PySide2.exe - name: Syncplay-$(ver)-win-setup-pyside2 + - path: Syncplay-$(ver)-Setup.exe + name: Syncplay-$(ver)-win-setup # Push artefact to S3 bucket and list all before_deploy: - dir + - dir syncplay_v%ver% #- python -c "from PySide2 import QtCore; print QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.PluginsPath)" 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