Skip to content

Commit

Permalink
arm == arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 17, 2022
1 parent 32efb42 commit da20152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_windows/chromium-gost-build-release-arm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ cd %CHROMIUM_GOST_REPO%\build_windows
rmdir /s /q RELEASEARM
mkdir RELEASEARM
cd RELEASEARM
copy %CHROMIUM_PATH%\out\RELEASEARM\mini_installer.exe chromium-gost-%CHROMIUM_TAG%-windows-arm-installer.exe
copy %CHROMIUM_PATH%\out\RELEASEARM\mini_installer.exe chromium-gost-%CHROMIUM_TAG%-windows-arm64-installer.exe
7z x %CHROMIUM_PATH%\out\RELEASEARM\chrome.7z
move Chrome-bin\chrome.exe Chrome-bin\%CHROMIUM_TAG%
move Chrome-bin\%CHROMIUM_TAG% chromium-gost-%CHROMIUM_TAG%
7z a -mm=Deflate -mfb=258 -mpass=15 -r chromium-gost-%CHROMIUM_TAG%-windows-arm.zip chromium-gost-%CHROMIUM_TAG%
7z a -mm=Deflate -mfb=258 -mpass=15 -r chromium-gost-%CHROMIUM_TAG%-windows-arm64.zip chromium-gost-%CHROMIUM_TAG%

if "%1"=="" cmd
4 changes: 2 additions & 2 deletions build_windows/chromium-gost-publish-release-arm.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cd /d %~dp0
call chromium-gost-env.bat

github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-windows-arm-installer.exe --file RELEASEARM\chromium-gost-%CHROMIUM_TAG%-windows-arm-installer.exe
github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-windows-arm64-installer.exe --file RELEASEARM\chromium-gost-%CHROMIUM_TAG%-windows-arm64-installer.exe

github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-windows-arm.zip --file RELEASEARM\chromium-gost-%CHROMIUM_TAG%-windows-arm.zip
github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-windows-arm64.zip --file RELEASEARM\chromium-gost-%CHROMIUM_TAG%-windows-arm64.zip

if "%1"=="" timeout 86400

0 comments on commit da20152

Please sign in to comment.