Søren Theilgaard
9b47ed2e3f
pkgName can be searched for.
...
In `logitechoptions` we do not know what the app-name is that contains the pkg in the bundle-package, so now we only give the name of the pkg, and then Installomator will find it.
2022-01-09 10:42:45 +01:00
Søren Theilgaard
130764696d
New URL and version
...
But Installomator does not handle regex in the pkgName, so this doesn't work, yet.
2022-01-09 10:05:03 +01:00
Søren Theilgaard
6a9ffeb101
Create sdnotary.sh
...
Great app for signing AppleScript and Automator Apps.
```
Installomator/utils/assemble.sh sdnotary DEBUG=0
2022-01-08 20:02:33 sdnotary setting variable from argument DEBUG=0
2022-01-08 20:02:33 sdnotary ################## Start Installomator v. 9.0dev
2022-01-08 20:02:33 sdnotary ################## sdnotary
2022-01-08 20:02:35 sdnotary BLOCKING_PROCESS_ACTION=tell_user
2022-01-08 20:02:35 sdnotary NOTIFY=success
2022-01-08 20:02:35 sdnotary LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-01-08 20:02:35 sdnotary no blocking processes defined, using SD Notary as default
2022-01-08 20:02:35 sdnotary Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Y3LciW3v
2022-01-08 20:02:35 sdnotary App(s) found: /Applications/SD Notary.app
2022-01-08 20:02:35 sdnotary found app at /Applications/SD Notary.app, version 1.4.9
2022-01-08 20:02:35 sdnotary appversion: 1.4.9
2022-01-08 20:02:35 sdnotary Latest version of SD Notary is 1.4.9
2022-01-08 20:02:35 sdnotary There is no newer version available.
2022-01-08 20:02:35 sdnotary Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Y3LciW3v
2022-01-08 20:02:35 sdnotary App not closed, so no reopen.
2022-01-08 20:02:35 sdnotary ################## End Installomator, exit code 0
Installomator/utils/assemble.sh sdnotary DEBUG=0 INSTALL=force
2022-01-08 20:02:55 sdnotary setting variable from argument DEBUG=0
2022-01-08 20:02:55 sdnotary setting variable from argument INSTALL=force
2022-01-08 20:02:55 sdnotary ################## Start Installomator v. 9.0dev
2022-01-08 20:02:55 sdnotary ################## sdnotary
2022-01-08 20:02:57 sdnotary BLOCKING_PROCESS_ACTION=tell_user
2022-01-08 20:02:57 sdnotary NOTIFY=success
2022-01-08 20:02:57 sdnotary LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-01-08 20:02:57 sdnotary no blocking processes defined, using SD Notary as default
2022-01-08 20:02:57 sdnotary Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Pt3uud5W
2022-01-08 20:02:57 sdnotary App(s) found: /Applications/SD Notary.app
2022-01-08 20:02:57 sdnotary found app at /Applications/SD Notary.app, version 1.4.9
2022-01-08 20:02:57 sdnotary appversion: 1.4.9
2022-01-08 20:02:57 sdnotary Using force to install, so not using updateTool.
2022-01-08 20:02:57 sdnotary Latest version of SD Notary is 1.4.9
2022-01-08 20:02:57 sdnotary There is no newer version available.
2022-01-08 20:02:57 sdnotary Downloading https://s3.amazonaws.com/latenightsw.com/SDNotary1.4.9-65.zip to SD Notary.zip
2022-01-08 20:02:58 sdnotary no more blocking processes, continue with update
2022-01-08 20:02:58 sdnotary Installing SD Notary
2022-01-08 20:02:58 sdnotary Unzipping SD Notary.zip
2022-01-08 20:02:58 sdnotary Verifying: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Pt3uud5W/SD Notary.app
2022-01-08 20:02:59 sdnotary Team ID matching: Z7S6X96M3X (expected: Z7S6X96M3X )
2022-01-08 20:02:59 sdnotary Downloaded version of SD Notary is 1.4.9, same as installed.
2022-01-08 20:02:59 sdnotary Using force to install anyway.
2022-01-08 20:02:59 sdnotary Removing existing /Applications/SD Notary.app
2022-01-08 20:02:59 sdnotary Copy /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Pt3uud5W/SD Notary.app to /Applications
2022-01-08 20:02:59 sdnotary Changing owner to st
2022-01-08 20:02:59 sdnotary Finishing...
2022-01-08 20:03:09 sdnotary App(s) found: /Applications/SD Notary.app
2022-01-08 20:03:09 sdnotary found app at /Applications/SD Notary.app, version 1.4.9
2022-01-08 20:03:09 sdnotary Installed SD Notary, version 1.4.9
2022-01-08 20:03:09 sdnotary notifying
2022-01-08 20:03:09 sdnotary Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Pt3uud5W
2022-01-08 20:03:09 sdnotary App not closed, so no reopen.
2022-01-08 20:03:09 sdnotary ################## End Installomator, exit code 0
```
2022-01-08 20:04:47 +01:00
Søren Theilgaard
21cee3a1ba
signal is universal
2022-01-07 10:35:57 +01:00
Søren Theilgaard
85c8fecc35
Update brave.sh
...
Brave is now using “CFBundleVersion” for the version check. That can be compared to the sparkle-feed.
2022-01-04 10:52:53 +01:00
Søren Theilgaard
c499327e7d
Update brave.sh
2022-01-03 10:18:27 +01:00
Søren Theilgaard
61b05ff31e
Update brave.sh
...
This is a special construction of the `appNewVersion` variable. Not sure this is future proof, but the current one was not working.
2022-01-03 09:09:30 +01:00
Søren Theilgaard
1fdbef74c1
Update logitechoptions.sh
2022-01-02 20:15:42 +01:00
Søren Theilgaard
1a1ad30b66
mightymike and ottomatic
2021-12-30 20:09:10 +01:00
Søren Theilgaard
2c4bef3524
Update applesfsymbols.sh
2021-12-29 13:37:16 +01:00
Søren Theilgaard
dac472f6d1
Create applesfarabic.sh
2021-12-29 13:28:29 +01:00
Søren Theilgaard
a4fe0d65ec
Create ibarcoder.sh
2021-12-17 14:48:24 +01:00
Søren Theilgaard
9178cf8fe5
Apple fonts
2021-12-16 09:15:43 +01:00
Søren Theilgaard
c7b5f89a4c
Update depnotify.sh
2021-12-14 15:42:49 +01:00
Søren Theilgaard
fd4e00d1fd
Merge pull request #344 from dz0ny/patch-1
...
Add Pareto Security
2021-12-06 15:27:58 +01:00
Janez Troha
304df956b9
Use github label
2021-12-04 10:45:32 +01:00
Søren Theilgaard
5bf24ab7b4
GitHub fixes
2021-12-01 22:25:31 +01:00
Søren Theilgaard
f997c702dd
Merge pull request #338 from apizz/vimac
2021-11-26 08:07:33 +01:00
AP Orlebeke
98c56d505b
Fix TextExpander
2021-11-26 01:35:58 -05:00
AP Orlebeke
241df209b6
Add Vimac
2021-11-26 00:37:07 -05:00
Søren Theilgaard
9af3408da6
Merge pull request #334 from fleish/dev
...
Create protonvpn.sh
2021-11-24 10:10:42 +01:00
Søren Theilgaard
26b5956894
Update protonvpn.sh
2021-11-24 10:07:59 +01:00
fleish
3dd9818d9a
Update protonvpn.sh
...
appNewVersion
2021-11-23 08:29:05 -08:00
Armin Briegel
89dffc5989
cleaned up some labels and chan
2021-11-23 11:05:27 +01:00
Armin Briegel
74ff5ecb08
Merge pull request #333 from apizz/sqlpropostgres2
...
Add SQLPro Postgres
2021-11-23 10:44:50 +01:00
fleish
ade237079c
Create protonvpn.sh
2021-11-22 11:53:17 -08:00
AP Orlebeke
4117b687e8
Add SQLPro Postgres
2021-11-22 11:15:43 -05:00
AP Orlebeke
c6237ca193
Add SQLPro Studio
2021-11-22 10:52:36 -05:00
Søren Theilgaard
ccc58d9dc1
Update bluejeans.sh
2021-11-22 15:58:57 +01:00
Søren Theilgaard
7ac31c00fc
Update vscodium.sh
2021-11-22 15:53:26 +01:00
Søren Theilgaard
6da46f30a2
Update vagrant.sh
2021-11-22 15:46:58 +01:00
Søren Theilgaard
4b59622348
Update screencloudplayer.sh
2021-11-22 15:22:14 +01:00
Søren Theilgaard
9c060635df
Update logitechoptions.sh
2021-11-22 14:56:23 +01:00
Søren Theilgaard
87f4b4e967
Update lexarrecoverytool.sh
2021-11-22 14:54:10 +01:00
Søren Theilgaard
9923a03a12
Update inkscape.sh
2021-11-22 14:50:00 +01:00
Søren Theilgaard
4b87ffd5df
Update inkscape.sh
2021-11-22 14:38:05 +01:00
Søren Theilgaard
57c5113554
firefox
2021-11-22 12:53:34 +01:00
Søren Theilgaard
25fdfc38f9
Update fastscripts.sh
2021-11-22 12:03:32 +01:00
Søren Theilgaard
19ac07ca77
Update dialog.sh
2021-11-22 12:00:06 +01:00
Søren Theilgaard
1260d9b9d1
label fixes
2021-11-22 11:55:26 +01:00
Søren Theilgaard
e5c25aa867
DEBUG check in microsoft labels
2021-11-22 11:31:20 +01:00
Søren Theilgaard
6aa32cba1c
Merge pull request #317 from Installomator/Theile-labels
...
Theile-labels
2021-11-22 10:58:51 +01:00
Søren Theilgaard
cb45cab5c7
Merge pull request #285 from jnichols35/label-superhuman
...
label superhuman.sh
2021-11-22 10:53:25 +01:00
Søren Theilgaard
8089187598
superhuman version
2021-11-22 10:53:05 +01:00
Søren Theilgaard
e8f5fd0a2a
Merge pull request #288 from jnichols35/label-logseq
...
label logseq.sh
2021-11-22 10:43:44 +01:00
Søren Theilgaard
7e56354cb1
Labels from #289
2021-11-22 10:42:19 +01:00
Søren Theilgaard
385f9c1a04
microsoftedge
2021-11-22 10:17:59 +01:00
Søren Theilgaard
6b7c01dbaa
Merge branch 'dev' into microsoft-labels-updates
2021-11-22 09:58:33 +01:00
Søren Theilgaard
4d71a194a8
Merge pull request #322 from adibue/adibue-add-nudge
...
Added label for 'nudge'
2021-11-22 09:57:07 +01:00
Søren Theilgaard
49917fd4aa
Merge pull request #323 from buckbanzai/buckbanzai-add-maccyapp
...
Added label for Maccy clipboard manager
2021-11-22 09:54:28 +01:00