Merged
Conversation
The ```appNewVersion``` variable is broken in the current texshop-label: ``` 2025-02-10 12:53:18 : INFO : texshop : setting variable from argument DEBUG=0 2025-02-10 12:53:18 : INFO : texshop : Total items in argumentsArray: 1 2025-02-10 12:53:18 : INFO : texshop : argumentsArray: DEBUG=0 2025-02-10 12:53:18 : REQ : texshop : ################## Start Installomator v. 10.8beta, date 2025-02-10 2025-02-10 12:53:18 : INFO : texshop : ################## Version: 10.8beta 2025-02-10 12:53:18 : INFO : texshop : ################## Date: 2025-02-10 2025-02-10 12:53:18 : INFO : texshop : ################## texshop 2025-02-10 12:53:18 : INFO : texshop : SwiftDialog is not installed, clear cmd file var 2025-02-10 12:53:19 : INFO : texshop : Reading arguments again: DEBUG=0 2025-02-10 12:53:19 : INFO : texshop : BLOCKING_PROCESS_ACTION=tell_user 2025-02-10 12:53:19 : INFO : texshop : NOTIFY=success 2025-02-10 12:53:19 : INFO : texshop : LOGGING=INFO 2025-02-10 12:53:19 : INFO : texshop : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2025-02-10 12:53:19 : INFO : texshop : Label type: zip 2025-02-10 12:53:19 : INFO : texshop : archiveName: TeXShop.zip 2025-02-10 12:53:19 : INFO : texshop : no blocking processes defined, using TeXShop as default 2025-02-10 12:53:19 : INFO : texshop : App(s) found: /Applications/TeXShop.app 2025-02-10 12:53:19 : INFO : texshop : found app at /Applications/TeXShop.app, version 5.49, on versionKey CFBundleShortVersionString 2025-02-10 12:53:19 : INFO : texshop : appversion: 5.49 2025-02-10 12:53:19 : INFO : texshop : Latest version of TeXShop is <center> [ Direct Download: <a href="texshop-64/texshop.zip">Latest TeXShop</a> | <a href="texshop-64//texshopsource.zip">Latest TeXShop Source</a> ] [ <a href="mailto:[email protected]">Contact</a> ] </center> 2025-02-10 12:53:19 : INFO : texshop : 5.49 2025-02-10 12:53:19 : REQ : texshop : Downloading https://pages.uoregon.edu/koch/texshop/texshop-64/texshop.zip to TeXShop.zip ``` After change: ``` 2025-02-10 12:54:43 : INFO : texshop : setting variable from argument DEBUG=0 2025-02-10 12:54:43 : INFO : texshop : Total items in argumentsArray: 1 2025-02-10 12:54:43 : INFO : texshop : argumentsArray: DEBUG=0 2025-02-10 12:54:43 : REQ : texshop : ################## Start Installomator v. 10.8beta, date 2025-02-10 2025-02-10 12:54:43 : INFO : texshop : ################## Version: 10.8beta 2025-02-10 12:54:43 : INFO : texshop : ################## Date: 2025-02-10 2025-02-10 12:54:43 : INFO : texshop : ################## texshop 2025-02-10 12:54:43 : INFO : texshop : SwiftDialog is not installed, clear cmd file var 2025-02-10 12:54:44 : INFO : texshop : Reading arguments again: DEBUG=0 2025-02-10 12:54:44 : INFO : texshop : BLOCKING_PROCESS_ACTION=tell_user 2025-02-10 12:54:44 : INFO : texshop : NOTIFY=success 2025-02-10 12:54:44 : INFO : texshop : LOGGING=INFO 2025-02-10 12:54:44 : INFO : texshop : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2025-02-10 12:54:44 : INFO : texshop : Label type: zip 2025-02-10 12:54:44 : INFO : texshop : archiveName: TeXShop.zip 2025-02-10 12:54:44 : INFO : texshop : no blocking processes defined, using TeXShop as default 2025-02-10 12:54:44 : INFO : texshop : App(s) found: /Applications/TeXShop.app 2025-02-10 12:54:44 : INFO : texshop : found app at /Applications/TeXShop.app, version 5.49, on versionKey CFBundleShortVersionString 2025-02-10 12:54:44 : INFO : texshop : appversion: 5.49 2025-02-10 12:54:44 : INFO : texshop : Latest version of TeXShop is 5.49 2025-02-10 12:54:44 : INFO : texshop : There is no newer version available. 2025-02-10 12:54:44 : INFO : texshop : Installomator did not close any apps, so no need to reopen any apps. 2025-02-10 12:54:44 : REQ : texshop : No newer version. 2025-02-10 12:54:44 : REQ : texshop : ################## End Installomator, exit code 0 ```
Collaborator
|
🤖 Validation robot 🤖 |
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.
All questions must be filled out or your Pull Request will be closed for lack of information. The first three questions should be answered
Yesbefore submitting the pull request.Have you confirmed this pull request is not a duplicate?
Yes
Is this pull request creating or modifying a label in the fragments/labels folder, and not Installomator.sh itself?
Yes
Did you use our editorconfig file?
Yes
Additional context Add any other context about the label or fix here.
The
appNewVersionvariable is broken in the current texshop label:After change:
Complete label log: