From 957133999a0bee7e2165a3c57a622271895d906b Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sun, 27 May 2018 20:17:48 +0200 Subject: [PATCH] Include music with Windows installer see https://github.com/shlomif/PySolFC/issues/82 --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 0f7fc14e..d8129c4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,6 +40,9 @@ test_script: - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2/download -FileName cardsets.tar.bz2 - tar xf cardsets.tar.bz2 - xargs -ta scripts\cardsets_to_bundle -I file cp -rt dist\data\ PySolFC-Cardsets-2.0\file + - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySol-Music/PySol-Music-4.40/pysol-music-4.40.tar.gz/download -FileName music.tar.gz + - tar xf music.tar.gz + - move pysol-music-4.40\data\music dist\data\music - ps: | $apiUrl = 'https://ci.appveyor.com/api' $project = Invoke-RestMethod -Method Get -Uri "$apiUrl/projects/shlomif/fc-solve"