Skip to content

Comments

audacity - switch to universal app#829

Merged
scriptingosx merged 1 commit intoInstallomator:mainfrom
dnikles:audacity-universal-app
Jan 6, 2023
Merged

audacity - switch to universal app#829
scriptingosx merged 1 commit intoInstallomator:mainfrom
dnikles:audacity-universal-app

Conversation

@dnikles
Copy link
Contributor

@dnikles dnikles commented Jan 4, 2023

output:

% sudo ./assemble.sh audacity INSTALL=force DEBUG=0
Password:
2023-01-04 10:52:31 : INFO  : audacity : setting variable from argument INSTALL=force
2023-01-04 10:52:31 : INFO  : audacity : setting variable from argument DEBUG=0
2023-01-04 10:52:31 : REQ   : audacity : ################## Start Installomator v. 10.1, date 2023-01-04
2023-01-04 10:52:31 : INFO  : audacity : ################## Version: 10.1
2023-01-04 10:52:31 : INFO  : audacity : ################## Date: 2023-01-04
2023-01-04 10:52:31 : INFO  : audacity : ################## audacity
2023-01-04 10:52:32 : INFO  : audacity : BLOCKING_PROCESS_ACTION=tell_user
2023-01-04 10:52:32 : INFO  : audacity : NOTIFY=success
2023-01-04 10:52:32 : INFO  : audacity : LOGGING=INFO
2023-01-04 10:52:32 : INFO  : audacity : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-01-04 10:52:32 : INFO  : audacity : Label type: dmg
2023-01-04 10:52:32 : INFO  : audacity : archiveName: audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:32 : INFO  : audacity : no blocking processes defined, using Audacity as default
2023-01-04 10:52:32 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2023-01-04 10:52:32 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.3.0, on versionKey CFBundleShortVersionString
2023-01-04 10:52:32 : INFO  : audacity : appversion: 3.2.3.0
2023-01-04 10:52:32 : INFO  : audacity : Label is not of type “updateronly”, and it’s set to use force to install or ignoring app store apps, so not using updateTool.
2023-01-04 10:52:32 : INFO  : audacity : Latest version of Audacity is 3.2.3
2023-01-04 10:52:32 : REQ   : audacity : Downloading https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-macOS-3.2.3-universal.dmg to audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:32 : REQ   : audacity : no more blocking processes, continue with update
2023-01-04 10:52:32 : REQ   : audacity : Installing Audacity
2023-01-04 10:52:32 : INFO  : audacity : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.2oBPYZhB/audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:36 : INFO  : audacity : Mounted: /Volumes/Audacity
2023-01-04 10:52:36 : INFO  : audacity : Verifying: /Volumes/Audacity/Audacity.app
2023-01-04 10:52:38 : INFO  : audacity : Team ID matching: AWEYX923UX (expected: AWEYX923UX )
2023-01-04 10:52:38 : INFO  : audacity : Downloaded version of Audacity is 3.2.3.0 on versionKey CFBundleShortVersionString, same as installed.
2023-01-04 10:52:38 : INFO  : audacity : Using force to install anyway.
2023-01-04 10:52:38 : INFO  : audacity : App has LSMinimumSystemVersion: 10.13
2023-01-04 10:52:38 : WARN  : audacity : Removing existing /Applications/Audacity.app
2023-01-04 10:52:38 : INFO  : audacity : Copy /Volumes/Audacity/Audacity.app to /Applications
2023-01-04 10:52:39 : WARN  : audacity : Changing owner to dnikles
2023-01-04 10:52:39 : INFO  : audacity : Finishing...
2023-01-04 10:52:42 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2023-01-04 10:52:42 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.3.0, on versionKey CFBundleShortVersionString
2023-01-04 10:52:42 : REQ   : audacity : Installed Audacity, version 3.2.3.0
2023-01-04 10:52:42 : INFO  : audacity : notifying
2023-01-04 10:52:42 : INFO  : audacity : App not closed, so no reopen.
2023-01-04 10:52:42 : REQ   : audacity : All done!
2023-01-04 10:52:42 : REQ   : audacity : ################## End Installomator, exit code 0

output:
```
% sudo ./assemble.sh audacity INSTALL=force DEBUG=0
Password:
2023-01-04 10:52:31 : INFO  : audacity : setting variable from argument INSTALL=force
2023-01-04 10:52:31 : INFO  : audacity : setting variable from argument DEBUG=0
2023-01-04 10:52:31 : REQ   : audacity : ################## Start Installomator v. 10.1, date 2023-01-04
2023-01-04 10:52:31 : INFO  : audacity : ################## Version: 10.1
2023-01-04 10:52:31 : INFO  : audacity : ################## Date: 2023-01-04
2023-01-04 10:52:31 : INFO  : audacity : ################## audacity
2023-01-04 10:52:32 : INFO  : audacity : BLOCKING_PROCESS_ACTION=tell_user
2023-01-04 10:52:32 : INFO  : audacity : NOTIFY=success
2023-01-04 10:52:32 : INFO  : audacity : LOGGING=INFO
2023-01-04 10:52:32 : INFO  : audacity : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-01-04 10:52:32 : INFO  : audacity : Label type: dmg
2023-01-04 10:52:32 : INFO  : audacity : archiveName: audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:32 : INFO  : audacity : no blocking processes defined, using Audacity as default
2023-01-04 10:52:32 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2023-01-04 10:52:32 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.3.0, on versionKey CFBundleShortVersionString
2023-01-04 10:52:32 : INFO  : audacity : appversion: 3.2.3.0
2023-01-04 10:52:32 : INFO  : audacity : Label is not of type “updateronly”, and it’s set to use force to install or ignoring app store apps, so not using updateTool.
2023-01-04 10:52:32 : INFO  : audacity : Latest version of Audacity is 3.2.3
2023-01-04 10:52:32 : REQ   : audacity : Downloading https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-macOS-3.2.3-universal.dmg to audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:32 : REQ   : audacity : no more blocking processes, continue with update
2023-01-04 10:52:32 : REQ   : audacity : Installing Audacity
2023-01-04 10:52:32 : INFO  : audacity : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.2oBPYZhB/audacity-macOS-[0-9.]*-universal.dmg
2023-01-04 10:52:36 : INFO  : audacity : Mounted: /Volumes/Audacity
2023-01-04 10:52:36 : INFO  : audacity : Verifying: /Volumes/Audacity/Audacity.app
2023-01-04 10:52:38 : INFO  : audacity : Team ID matching: AWEYX923UX (expected: AWEYX923UX )
2023-01-04 10:52:38 : INFO  : audacity : Downloaded version of Audacity is 3.2.3.0 on versionKey CFBundleShortVersionString, same as installed.
2023-01-04 10:52:38 : INFO  : audacity : Using force to install anyway.
2023-01-04 10:52:38 : INFO  : audacity : App has LSMinimumSystemVersion: 10.13
2023-01-04 10:52:38 : WARN  : audacity : Removing existing /Applications/Audacity.app
2023-01-04 10:52:38 : INFO  : audacity : Copy /Volumes/Audacity/Audacity.app to /Applications
2023-01-04 10:52:39 : WARN  : audacity : Changing owner to dnikles
2023-01-04 10:52:39 : INFO  : audacity : Finishing...
2023-01-04 10:52:42 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2023-01-04 10:52:42 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.3.0, on versionKey CFBundleShortVersionString
2023-01-04 10:52:42 : REQ   : audacity : Installed Audacity, version 3.2.3.0
2023-01-04 10:52:42 : INFO  : audacity : notifying
2023-01-04 10:52:42 : INFO  : audacity : App not closed, so no reopen.
2023-01-04 10:52:42 : REQ   : audacity : All done!
2023-01-04 10:52:42 : REQ   : audacity : ################## End Installomator, exit code 0
```
@scriptingosx scriptingosx added the application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. label Jan 4, 2023
@scriptingosx scriptingosx added this to the v10.2 milestone Jan 4, 2023
@scriptingosx
Copy link
Collaborator

Thank you!

@scriptingosx scriptingosx merged commit 16fce7d into Installomator:main Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants