mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore.完成自动打包脚本
This commit is contained in:
2
tools/build_release.bat
Normal file
2
tools/build_release.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
MSBuild.exe ..\MeoAssistance.sln /p:Configuration=Release /p:Platform=x64 /t:Rebuild
|
||||
sh zip_release.sh
|
||||
6
tools/zip_release.sh
Normal file
6
tools/zip_release.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
TargetDir="../x64/Release"
|
||||
LatestTag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
Package="../x64/MeoAssistance_"$LatestTag".zip"
|
||||
|
||||
cp ./*.url $TargetDir
|
||||
7z.exe a $Package $TargetDir/resource $TargetDir/*.dll $TargetDir/MeoAsstGui.exe $TargetDir/*.url
|
||||
2
tools/使用说明.url
Normal file
2
tools/使用说明.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://github.com/MistEO/MeoAssistance-Arknights/blob/master/README.md
|
||||
2
tools/问题反馈.url
Normal file
2
tools/问题反馈.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://github.com/MistEO/MeoAssistance-Arknights/issues
|
||||
Reference in New Issue
Block a user