Skip to content

Commit b014f47

Browse files
committed
Bundle vsruntime & ffmpeg
1 parent 0576902 commit b014f47

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://ci.appveyor.com/project/xantares/brainworkshop/
22

33
install:
4-
- curl -fSsLO https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
4+
- curl -fSsLO https://github.com/conda-forge/miniforge/releases/download/4.10.0-0/Miniforge3-Windows-x86_64.exe
55
- set CONDA_ROOT="%UserProfile%\Miniforge3"
66
- Miniforge3-Windows-x86_64.exe /InstallationType=JustMe /S /D=%CONDA_ROOT%
77
- call %CONDA_ROOT%\Scripts\activate.bat
@@ -13,11 +13,8 @@ install:
1313
build_script:
1414
- cxfreeze --version
1515
- call .\tools\freeze.bat
16-
- xcopy %CONDA_ROOT%\ucrtbase.dll dist
17-
- xcopy %CONDA_ROOT%\api-ms-win*.dll dist /y
18-
- xcopy %CONDA_ROOT%\Library\bin\freetype.dll dist
19-
- xcopy %CONDA_ROOT%\Library\bin\libpng16.dll dist
20-
- xcopy %CONDA_ROOT%\Library\bin\zlib.dll dist
16+
- xcopy %CONDA_ROOT%\Library\bin\*.dll dist /y
17+
- xcopy %CONDA_ROOT%\Library\bin\ffmpeg.exe dist
2118
- dir /p dist
2219
#- call .\dist\brainworkshop.exe
2320
- 7z a brainworkshop.zip dist\*

0 commit comments

Comments
 (0)