File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 117
117
<array >
118
118
<string >xmsi</string >
119
119
</array >
120
+ <key >public.mime-type</key >
121
+ <string >application/x-xmimsim-xmsi</string >
120
122
</dict >
121
123
</dict >
122
124
<dict >
137
139
<array >
138
140
<string >xmso</string >
139
141
</array >
142
+ <key >public.mime-type</key >
143
+ <string >application/x-xmimsim-xmso</string >
140
144
</dict >
141
145
</dict >
142
146
<dict >
157
161
<array >
158
162
<string >xmsa</string >
159
163
</array >
164
+ <key >public.mime-type</key >
165
+ <string >application/x-xmimsim-xmsa</string >
160
166
</dict >
161
167
</dict >
162
168
</array >
Original file line number Diff line number Diff line change 3
3
unset G_MESSAGES_DEBUG
4
4
rm -rf .xmimsim-gui.app XMI-MSIM.app
5
5
gtk-mac-bundler xmimsim.bundle || exit 1
6
- gtk-update-icon-cache --include-image-data --quiet XMI-MSIM.app/Contents/Resources/share/icons/hicolor
7
- gtk-update-icon-cache --include-image-data --quiet XMI-MSIM.app/Contents/Resources/share/icons/Adwaita
6
+ gtk3-update-icon-cache --include-image-data --quiet XMI-MSIM.app/Contents/Resources/share/icons/hicolor
7
+ gtk3-update-icon-cache --include-image-data --quiet XMI-MSIM.app/Contents/Resources/share/icons/Adwaita
8
+ mkdir -p XMI-MSIM.app/Contents/Resources/share/mime/packages/
8
9
update-mime-database XMI-MSIM.app/Contents/Resources/share/mime
9
10
mkdir -p XMI-MSIM.app/Contents/Resources/etc/gtk-3.0
10
11
cp settings.ini XMI-MSIM.app/Contents/Resources/etc/gtk-3.0/
Original file line number Diff line number Diff line change 4
4
<name >XMI-MSIM</name >
5
5
<meta >
6
6
<prefix name =' default' >/usr/local</prefix >
7
- <prefix name =' source' >/Users/schoon /github/xmimsim</prefix >
8
- <prefix name =' build' >/Users/schoon /github/xmimsim/build</prefix >
7
+ <prefix name =' source' >/Users/${env:USER} /github/xmimsim</prefix >
8
+ <prefix name =' build' >/Users/${env:USER} /github/xmimsim/build</prefix >
9
9
<destination overwrite =" yes" >${env:PWD}</destination >
10
10
<run-install-name-tool />
11
11
<gtk >gtk+-3.0</gtk >
You can’t perform that action at this time.
0 commit comments