We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5eb01 commit 4e17142Copy full SHA for 4e17142
1 file changed
scylla_release.bat
@@ -0,0 +1,12 @@
1
+@echo off
2
+SET SCYVERSION=Scylla_v0.11
3
+if not exist .\%SCYVERSION% mkdir .\%SCYVERSION%
4
+copy ".\Win32\Release\Scylla.exe" ".\%SCYVERSION%\Scylla_x86.exe"
5
+copy ".\x64\Release\Scylla.exe" ".\%SCYVERSION%\Scylla_x64.exe"
6
+copy ".\Win32\Release\Scylla.map" ".\%SCYVERSION%\Scylla_x86.map"
7
+copy ".\x64\Release\Scylla.map" ".\%SCYVERSION%\Scylla_x64.map"
8
+copy ".\Win32\Release\ScyllaDLL.dll" ".\%SCYVERSION%\Scylla_x86.dll"
9
+copy ".\x64\Release\ScyllaDLL.dll" ".\%SCYVERSION%\Scylla_x64.dll"
10
+copy ".\Win32\Release\ScyllaDLL.lib" ".\%SCYVERSION%\Scylla_x86.lib"
11
+copy ".\x64\Release\ScyllaDLL.lib" ".\%SCYVERSION%\Scylla_x64.lib"
12
+pause
0 commit comments