File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ IF ERRORLEVEL 1 GOTO ERROR
23
23
xcopy /i /s SSL-Certs Release\SSL-Certs
24
24
IF ERRORLEVEL 1 GOTO ERROR
25
25
26
- del MiningVisualizer.zip
27
- powershell.exe -nologo -noprofile -command " & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('.\Release', 'MiningVisualizer.zip'); }"
28
- move MiningVisualizer.zip Release
26
+ del MiningVisualizer-vxxx-win64 .zip
27
+ powershell.exe -nologo -noprofile -command " & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('.\Release', 'MiningVisualizer-vxxx-win64 .zip'); }"
28
+ move MiningVisualizer-vxxx-win64 .zip Release
29
29
30
30
popd
31
31
@ ECHO OFF
Original file line number Diff line number Diff line change 30
30
</Target >
31
31
<SearchPaths >
32
32
<IncludeFiles Value =" $(ProjOutDir)" />
33
- <OtherUnitFiles Value =" synapse" />
33
+ <OtherUnitFiles Value =" synapse;src " />
34
34
<UnitOutputDirectory Value =" lib/$(TargetCPU)-$(TargetOS)" />
35
35
</SearchPaths >
36
36
<CodeGeneration >
You can’t perform that action at this time.
0 commit comments