This commit is contained in:
Natsumi
2021-04-30 14:14:25 +12:00
parent 6977282715
commit 556cf4c681
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
@echo off
setlocal
set ZIP_BIN="C:\Program Files\7-Zip\7z.exe"
cd /d %~dp0
msbuild -t:restore -p:RestorePackagesConfig=true
@@ -8,7 +9,6 @@ call npm ci
call npm run production
cd ..
mklink /J "%~dp0\bin\x64\Release\html" "%~dp0\html\dist"
setlocal
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd"') do set TODAY=%%a
set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME%

View File

@@ -1,4 +1,5 @@
@echo off
setlocal
cd /d %~dp0
msbuild -t:restore -p:RestorePackagesConfig=true
msbuild VRCX.sln /p:Configuration=Release /p:Platform=x64 -m
@@ -7,7 +8,6 @@ call npm ci
call npm run production
cd ..
mklink /J "%~dp0\bin\x64\Release\html" "%~dp0\html\dist"
setlocal
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd"') do set TODAY=%%a
set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME%

View File

@@ -1,4 +1,5 @@
@echo off
setlocal
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd"') do set TODAY=%%a
set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME%