Skip to content

Commit 6aa025d

Browse files
release issues
1 parent 95b9a50 commit 6aa025d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Build/build.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ IF ERRORLEVEL 1 GOTO ERROR
2323
xcopy /i /s SSL-Certs Release\SSL-Certs
2424
IF ERRORLEVEL 1 GOTO ERROR
2525

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
2929

3030
popd
3131
@ECHO OFF

MiningVisualizer.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</Target>
3131
<SearchPaths>
3232
<IncludeFiles Value="$(ProjOutDir)"/>
33-
<OtherUnitFiles Value="synapse"/>
33+
<OtherUnitFiles Value="synapse;src"/>
3434
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
3535
</SearchPaths>
3636
<CodeGeneration>

0 commit comments

Comments
 (0)