Skip to content

Commit

Permalink
v6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Nov 26, 2021
1 parent 103ff16 commit 64358a7
Show file tree
Hide file tree
Showing 5 changed files with 2,750 additions and 2,698 deletions.
2 changes: 1 addition & 1 deletion core/release/deploy_amd64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [%1] NEQ [deploy] goto end
copy ..\..\images\setup_icons\*.jpg "%USERPROFILE%\Desktop\objeck-lang-win64\doc\icons"
copy ..\..\docs\eula.rtf "%USERPROFILE%\Desktop\objeck-lang-win64\doc"
copy ..\..\docs\getting_started.url "%USERPROFILE%\Desktop\objeck-lang-win64\doc"
copy /y ..\win_installers\setup64
copy /y ..\win_installers\setup64 .
devenv setup.sln /rebuild "Release"
signtool sign /f "d:\Dropbox\Personal\signing keys\2018\randy_hollines.p12" /p %2 /d "Objeck Toolchain" /t http://timestamp.comodoca.com Release64\setup.msi
copy Release64\setup.msi "%USERPROFILE%\Desktop\objeck-lang-win64.msi"
Expand Down
2 changes: 1 addition & 1 deletion core/release/deploy_ia32.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [%1] NEQ [deploy] goto end
copy ..\..\docs\eula.rtf "%USERPROFILE%\Desktop\objeck-lang-win32\doc"
copy ..\..\docs\getting_started.url "%USERPROFILE%\Desktop\objeck-lang-win32\doc"

copy /y ..\win_installers\setup
copy /y ..\win_installers\setup .
devenv setup.sln /rebuild "Release"
signtool sign /f "d:\Dropbox\Personal\signing keys\2018\randy_hollines.p12" /p %2 /d "Objeck Toolchain" /t http://timestamp.comodoca.com Release\setup.msi
copy Release\setup.msi "%USERPROFILE%\Desktop\objeck-lang-win32.msi"
Expand Down
Loading

0 comments on commit 64358a7

Please sign in to comment.