Skip to content

Commit

Permalink
v2023.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Jun 25, 2023
1 parent 5733f21 commit 73f9611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/release/deploy_amd64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ if [%1] NEQ [deploy] goto end
copy ..\..\docs\images\setup_icons\*.ico "%USERPROFILE%\Desktop\objeck-lang-win64\doc\icons"
copy ..\..\docs\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 ..\utils\setup64 .
devenv setup.sln /rebuild "Release"
signtool sign /f "%USERPROFILE%\Dropbox\Personal\signing keys\2022\code\randy_hollines.p12" /p %2 /d "Objeck: Windows Toolchain" /t http://timestamp.sectigo.com /fd sha256 Release64\setup.msi
Expand Down
6 changes: 3 additions & 3 deletions core/utils/setup64/setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -8274,15 +8274,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Objeck"
"ProductCode" = "8:{36426663-C9A1-4E8C-8DD2-EF8AD4323A67}"
"PackageCode" = "8:{1B85D9B6-6596-4ECE-B653-5FF6B0137DD0}"
"ProductCode" = "8:{E41A99D1-90BF-453B-BF48-9E686B1EF031}"
"PackageCode" = "8:{DCA7EA00-7E95-45DF-BD39-57D401BBEB6A}"
"UpgradeCode" = "8:{FAD125F6-CB1B-46F7-91EB-429682D927CB}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:23.7.0"
"ProductVersion" = "8:23.6.2"
"Manufacturer" = "8:Randy Hollines"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
Binary file modified docs/api.zip
Binary file not shown.

0 comments on commit 73f9611

Please sign in to comment.