This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
layout/Applications/TrollSpeed.app Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >1.11.7 </string >
39
+ <string >1 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ __EOF__
31
31
chmod 0644 layout/DEBIAN/control
32
32
33
33
# Write the Info.plist file
34
- defaults write $( pwd) /Resources/Info.plist CFBundleVersion $VERSION
35
34
defaults write $( pwd) /Resources/Info.plist CFBundleShortVersionString $VERSION
36
35
plutil -convert xml1 $( pwd) /Resources/Info.plist
37
- defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleVersion $VERSION
38
36
defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
39
37
plutil -convert xml1 $( pwd) /supports/Sandbox-Info.plist
Original file line number Diff line number Diff line change 5
5
<key >CFBundleShortVersionString </key >
6
6
<string >1.11.7 </string >
7
7
<key >CFBundleVersion </key >
8
- <string >1.11.7 </string >
8
+ <string >1 </string >
9
9
</dict >
10
10
</plist >
Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >1.11.7 </string >
39
+ <string >1 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments