Skip to content

Commit

Permalink
chore: bump installbuilder to 23.11.0 [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
cutedaffodil committed Jan 29, 2024
1 parent a441f33 commit 00667e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: floydpink/ubuntu-install-builder:22.10.0
- image: floydpink/ubuntu-install-builder:23.11.0
steps:
- checkout
- run: sudo apt-get --allow-releaseinfo-change update
Expand All @@ -24,4 +24,4 @@ workflows:
branches:
only: main

# VS Code Extension Version: 1.5.0
# VS Code Extension Version: 1.5.0
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

- run: curl https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.122.macos10.xamarin.universal.pkg --output MonoFramework.pkg
- run: sudo installer -pkg MonoFramework.pkg -target /
- run: wget "https://installbuilder.com/installbuilder-enterprise-22.10.0-osx-installer.dmg" >/dev/null
- run: hdiutil mount installbuilder-enterprise-22.10.0-osx-installer.dmg
- run: sudo '/Volumes/InstallBuilder Enterprise/installbuilder-enterprise-22.10.0-osx-installer.app/Contents/MacOS/installbuilder.sh' --mode unattended --unattendedmodeui none >/dev/null
- run: wget "https://installbuilder.com/installbuilder-enterprise-23.11.0-osx-installer.dmg" >/dev/null
- run: hdiutil mount installbuilder-enterprise-23.11.0-osx-installer.dmg
- run: sudo '/Volumes/InstallBuilder Enterprise/installbuilder-enterprise-23.11.0-osx-installer.app/Contents/MacOS/installbuilder.sh' --mode unattended --unattendedmodeui none >/dev/null

- run: which mono
- run: mono --version
Expand Down
2 changes: 1 addition & 1 deletion build-tools/create-release.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$installBuilderCli = "C:\Program Files (x86)\VMware InstallBuilder Enterprise 22.10.0\bin\builder-cli.exe"
$installBuilderCli = "C:\Program Files (x86)\VMware InstallBuilder Enterprise 23.11.0\bin\builder-cli.exe"
$pathToBuildFile = "flickrdownloadr.xml"
$pathToLicenseFile = "flickrdownloadrlicense.xml"

Expand Down
2 changes: 1 addition & 1 deletion build-tools/createRelease.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSTALL_BUILDER_VERSION="22.10.0"
INSTALL_BUILDER_VERSION="23.11.0"

if [ "$(uname)" == "Darwin" ]; then
INSTALLBUILDERCLI="/Applications/VMware InstallBuilder Enterprise ${INSTALL_BUILDER_VERSION}/bin/Builder.app/Contents/MacOS/installbuilder.sh"
Expand Down
2 changes: 1 addition & 1 deletion build-tools/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ try {
$gtkInstallerMsiLocal = "$($buildToolsDir)$($gtkInstaller)"
$gtkInstallerInstallLog = "$($buildToolsDir)gtkInstallerLog.log"

$installBuilder = "installbuilder-enterprise-22.10.0-windows-installer.exe"
$installBuilder = "installbuilder-enterprise-23.11.0-windows-installer.exe"
$installBuilderExe = "https://installbuilder.com/$($installBuilder)"
$installBuilderExeLocal = "$($buildToolsDir)$($installBuilder)"
$installBuilderInstallLog = "$($buildToolsDir)installbuilder.log"
Expand Down

0 comments on commit 00667e4

Please sign in to comment.