File tree Expand file tree Collapse file tree 5 files changed +14
-19
lines changed Expand file tree Collapse file tree 5 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 17
17
end
18
18
end
19
19
20
+ disable! date : "2026-09-01" , because : :fails_gatekeeper_check
21
+
20
22
depends_on macos : ">= :monterey"
21
23
container nested : "ASIX_USB_Device_Installer_v#{ version . csv . first } .dmg"
22
24
23
- pkg "ASIX_USB_Device_Installer_v #{ version . csv . first } .pkg"
25
+ rename "ASIX_USB_Device_Un*.pkg" , "AX88179_178A_Uninstall .pkg"
24
26
25
- preflight do
26
- staged_path . glob ( "ASIX_USB_Device_Un*.pkg" ) . first . rename ( staged_path /"AX88179_178A_Uninstall.pkg" )
27
- end
27
+ pkg "ASIX_USB_Device_Installer_v#{ version . csv . first } .pkg"
28
28
29
29
uninstall early_script : {
30
30
executable : "/usr/sbin/installer" ,
Original file line number Diff line number Diff line change 37
37
end
38
38
end
39
39
40
- # FIXME: Change pkg on next release to
41
- # pkg "Insta360Studio_#{version.csv.first}_#{version.csv.second}(#{version.csv.third})#{version.csv.fourth}.pkg"
42
- pkg "Insta360Studio_#{ version . csv . first } _#{ version . csv . second } (#{ version . csv . third } )_#{ version . csv . fourth . split ( "_" ) [ 1 ..3 ] . join ( "_" ) } _1754557465478.pkg"
40
+ # The pkg is often inconsistently named comparatively to the url version
41
+ rename "Insta360Studio*.pkg" , "Insta360Studio.pkg"
42
+
43
+ pkg "Insta360Studio.pkg"
43
44
44
45
uninstall quit : "com.insta360.studio" ,
45
46
pkgutil : [
Original file line number Diff line number Diff line change 12
12
strategy :header_match
13
13
end
14
14
15
- pkg "MbedStudio.pkg"
15
+ rename "MbedStudio-*. pkg" , "MbedStudio.pkg"
16
16
17
- preflight do
18
- staged_path . glob ( "MbedStudio-*.pkg" ) . first . rename ( "#{ staged_path } /MbedStudio.pkg" )
19
- end
17
+ pkg "MbedStudio.pkg"
20
18
21
19
uninstall pkgutil : "com.arm.mbed.studio"
22
20
Original file line number Diff line number Diff line change 11
11
deprecate! date : "2024-07-04" , because : :discontinued
12
12
disable! date : "2025-07-04" , because : :discontinued
13
13
14
- pkg "OverDrive-Mac-Installer.pkg"
14
+ rename "OverDrive-Mac-Installer-Version-*. pkg" , "OverDrive-Mac-Installer.pkg"
15
15
16
- preflight do
17
- staged_path . glob ( "OverDrive-Mac-Installer-Version-*.pkg" ) . first . rename ( staged_path /"OverDrive-Mac-Installer.pkg" )
18
- end
16
+ pkg "OverDrive-Mac-Installer.pkg"
19
17
20
18
uninstall pkgutil : "com.overdrive.overdriveMediaConsole.*"
21
19
Original file line number Diff line number Diff line change 16
16
17
17
depends_on macos : ">= :catalina"
18
18
19
- pkg "RØDE Central.pkg"
19
+ rename "RØDE Central*. pkg" , "RØDE Central.pkg"
20
20
21
- preflight do
22
- staged_path . glob ( "RØDE Central*.pkg" ) &.first &.rename ( staged_path /"RØDE Central.pkg" )
23
- end
21
+ pkg "RØDE Central.pkg"
24
22
25
23
uninstall pkgutil : "com.rodecentral.installer"
26
24
You can’t perform that action at this time.
0 commit comments