Smartsheet: Add appNewVersion#1401
Merged
BigMacAdmin merged 1 commit intoInstallomator:mainfrom Mar 17, 2024
meschwartz:Smartsheet-Add-appNewVersion
Merged
Smartsheet: Add appNewVersion#1401BigMacAdmin merged 1 commit intoInstallomator:mainfrom meschwartz:Smartsheet-Add-appNewVersion
BigMacAdmin merged 1 commit intoInstallomator:mainfrom
meschwartz:Smartsheet-Add-appNewVersion
Conversation
Adding the appNewVersion variable for the Smartsheet label Output: ``` # ./utils/assemble.sh smartsheet DEBUG=0 2023-12-28 19:26:22 : REQ : smartsheet : ################## Start Installomator v. 10.6beta, date 2023-12-28 2023-12-28 19:26:22 : INFO : smartsheet : ################## Version: 10.6beta 2023-12-28 19:26:22 : INFO : smartsheet : ################## Date: 2023-12-28 2023-12-28 19:26:22 : INFO : smartsheet : ################## smartsheet 2023-12-28 19:26:22 : DEBUG : smartsheet : DEBUG mode 1 enabled. 2023-12-28 19:26:22 : INFO : smartsheet : setting variable from argument DEBUG=0 2023-12-28 19:26:23 : DEBUG : smartsheet : name=Smartsheet 2023-12-28 19:26:23 : DEBUG : smartsheet : appName= 2023-12-28 19:26:23 : DEBUG : smartsheet : type=dmg 2023-12-28 19:26:23 : DEBUG : smartsheet : archiveName= 2023-12-28 19:26:23 : DEBUG : smartsheet : downloadURL=https://smartsheet-desktop-app-builds.s3.amazonaws.com/public/darwin/Smartsheet-setup.dmg 2023-12-28 19:26:23 : DEBUG : smartsheet : curlOptions= 2023-12-28 19:26:23 : DEBUG : smartsheet : appNewVersion=1.0.48 2023-12-28 19:26:23 : DEBUG : smartsheet : appCustomVersion function: Not defined 2023-12-28 19:26:23 : DEBUG : smartsheet : versionKey=CFBundleShortVersionString 2023-12-28 19:26:23 : DEBUG : smartsheet : packageID= 2023-12-28 19:26:23 : DEBUG : smartsheet : pkgName= 2023-12-28 19:26:23 : DEBUG : smartsheet : choiceChangesXML= 2023-12-28 19:26:23 : DEBUG : smartsheet : expectedTeamID=J89ET3PY68 2023-12-28 19:26:23 : DEBUG : smartsheet : blockingProcesses= 2023-12-28 19:26:23 : DEBUG : smartsheet : installerTool= 2023-12-28 19:26:23 : DEBUG : smartsheet : CLIInstaller= 2023-12-28 19:26:23 : DEBUG : smartsheet : CLIArguments= 2023-12-28 19:26:23 : DEBUG : smartsheet : updateTool= 2023-12-28 19:26:23 : DEBUG : smartsheet : updateToolArguments= 2023-12-28 19:26:23 : DEBUG : smartsheet : updateToolRunAsCurrentUser= 2023-12-28 19:26:23 : INFO : smartsheet : BLOCKING_PROCESS_ACTION=tell_user 2023-12-28 19:26:23 : INFO : smartsheet : NOTIFY=success 2023-12-28 19:26:23 : INFO : smartsheet : LOGGING=DEBUG 2023-12-28 19:26:23 : INFO : smartsheet : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2023-12-28 19:26:23 : INFO : smartsheet : Label type: dmg 2023-12-28 19:26:23 : INFO : smartsheet : archiveName: Smartsheet.dmg 2023-12-28 19:26:23 : INFO : smartsheet : no blocking processes defined, using Smartsheet as default 2023-12-28 19:26:23 : DEBUG : smartsheet : Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.tZ4VZZGiKS 2023-12-28 19:26:23 : INFO : smartsheet : App(s) found: /Applications/Smartsheet.app 2023-12-28 19:26:23 : INFO : smartsheet : found app at /Applications/Smartsheet.app, version 1.0.48, on versionKey CFBundleShortVersionString 2023-12-28 19:26:23 : INFO : smartsheet : appversion: 1.0.48 2023-12-28 19:26:23 : INFO : smartsheet : Latest version of Smartsheet is 1.0.48 2023-12-28 19:26:23 : INFO : smartsheet : There is no newer version available. 2023-12-28 19:26:23 : DEBUG : smartsheet : Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.tZ4VZZGiKS 2023-12-28 19:26:23 : DEBUG : smartsheet : Debugging enabled, Deleting tmpDir output was: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.tZ4VZZGiKS 2023-12-28 19:26:24 : INFO : smartsheet : Installomator did not close any apps, so no need to reopen any apps. 2023-12-28 19:26:24 : REQ : smartsheet : No newer version. 2023-12-28 19:26:24 : REQ : smartsheet : ################## End Installomator, exit code 0 ```
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the appNewVersion variable for the Smartsheet label
Output: