Skip to content

Commit 4e17142

Browse files
NtQueryNtQuery
authored andcommitted
release bat
1 parent db5eb01 commit 4e17142

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

scylla_release.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)