File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# https://ci.appveyor.com/project/xantares/brainworkshop/
22
33install :
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:
1313build_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\*
You can’t perform that action at this time.
0 commit comments