Skip to content

Commit

Permalink
chore: fix installBuilder installed location [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
cutedaffodil committed Jan 29, 2024
1 parent b342805 commit e7c4168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 23.11.0\bin\builder-cli.exe"
$installBuilderCli = "C:\Program Files\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,7 +1,7 @@
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"
INSTALLBUILDERCLI="/Applications/InstallBuilder Enterprise ${INSTALL_BUILDER_VERSION}/bin/Builder.app/Contents/MacOS/installbuilder.sh"
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
if [[ $CIRCLECI = true ]]; then
INSTALLBUILDERCLI="/opt/installbuilder-${INSTALL_BUILDER_VERSION}/bin/builder"
Expand Down

0 comments on commit e7c4168

Please sign in to comment.