File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ install:
1616 (New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
1717
1818 $env:PATH="C:\ProgramData\chocolatey\bin;$env:PATH;C:\lazarus;$((Get-ChildItem -Recurse C:\lazarus\fpc\strip.exe).DirectoryName);C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin"
19-
20- dotnet tool restore
2119build_script :
2220- cmd : Build.cmd unstable
2321test : off
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ DEL "Program\RunActivityLAA.*"
66
77REM Effects compilation
88
9+ dotnet tool restore
10+
911FOR %%i IN (Source\RunActivity\Content\*.fx) DO (
1012 echo Compiling Source\RunActivity\Content\%%~ni .mgfx
1113 dotnet tool run mgfxc Source\RunActivity\Content\%%~nxi Program\Content\%%~ni .mgfx /Profile:DirectX_11
You can’t perform that action at this time.
0 commit comments