File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 This file is part of uEssentials project.
44 https://uessentials.github.io/
55
6- Copyright (C) 2015-2017 Leonardosc
6+ Copyright (C) 2015-2017 Leonardosnt
77
88 This program is free software; you can redistribute it and/or modify
99 it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@ def build(args):
3838 os .system ("msbuild /nologo /p:Configuration=Debug /t:Rebuild,Clean" )
3939 elif build_type == "RELEASE" :
4040 os .system ("msbuild /p:DefineConstants=" " /p:Configuration=Release /t:Rebuild,Clean" )
41- shutil .copy ( "%s \\ bin\\ Release\\ uEssentials.dll"% sys . path [ 0 ] , "%s \\ bin \\ uEssentials.dll" % sys . path [ 0 ] )
41+ shutil .copy2 ( "./ bin/ Release/ uEssentials.dll" , "./bin/" )
4242 elif build_type == "EXPERIMENTAL" :
4343 # Check if has EXPERIMENTAL_HASH
4444 if len (args ) > 2 and args [1 ] == "EXPERIMENTAL_HASH" :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ IF NOT EXIST "TmpRocket" (
1313)
1414
1515:: Unzip Rocket
16- 7z -y x Rocket.zip -o./TmpRocket
16+ " C:\Program Files\7-Zip\7z.exe " -y x Rocket.zip -o./TmpRocket
1717
1818:: Copy Rocket dll's to lib\
1919cp TmpRocket/Modules/Rocket.Unturned/*.dll ..\lib
You can’t perform that action at this time.
0 commit comments