Remove robocopy
This commit is contained in:
@@ -6,6 +6,6 @@ Get-ChildItem -Recurse -File -Path "dist" -Filter "*windows-setup.exe" | Copy-It
|
|||||||
Compress-Archive -Force -Path "dist\tmp\hiddify-next-setup.exe",".github\help\mac-windows\*.url" -DestinationPath "out\hiddify-windows-x64-setup.zip"
|
Compress-Archive -Force -Path "dist\tmp\hiddify-next-setup.exe",".github\help\mac-windows\*.url" -DestinationPath "out\hiddify-windows-x64-setup.zip"
|
||||||
|
|
||||||
# windows portable
|
# windows portable
|
||||||
robocopy "build\windows\x64\runner\Release" "dist\tmp\hiddify-next\" /e
|
xcopy "build\windows\x64\runner\Release" "dist\tmp\hiddify-next" /E/H/C/I/Y
|
||||||
robocopy ".github\help\mac-windows" "dist\tmp\hiddify-next" "*.url"
|
xcopy ".github\help\mac-windows\*.url" "dist\tmp\hiddify-next" /E/H/C/I/Y
|
||||||
Compress-Archive -Force -Path "dist\tmp\hiddify-next" -DestinationPath "out\hiddify-windows-x64-portable.zip"
|
Compress-Archive -Force -Path "dist\tmp\hiddify-next" -DestinationPath "out\hiddify-windows-x64-portable.zip" -ErrorAction SilentlyContinue
|
||||||
Reference in New Issue
Block a user