Commit d160c992c13a9964bc5aa5e166989241e1191a1a
1 parent
8252a458
Exists in
master
and in
4 other branches
Fixing windows package.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
win/makeruntime.sh.in
... | ... | @@ -249,10 +249,10 @@ copy_theme() { |
249 | 249 | cp -rv "${prefix}/etc/gtk-3.0" "${TARGET}/etc" |
250 | 250 | |
251 | 251 | # https://stackoverflow.com/questions/37035936/how-to-get-native-windows-decorations-on-gtk3-on-windows-7-and-msys2 |
252 | + mkdir -p ${TARGET}/etc/gtk-3.0 | |
252 | 253 | rm -f ${TARGET}/etc/gtk-3.0/settings.ini |
254 | + rm -f ${TARGET}/etc/gtk-3.0/gtkrc | |
253 | 255 | |
254 | - | |
255 | -# mkdir -p ${TARGET}/etc/gtk-3.0 | |
256 | 256 | # echo "[Settings]" >> ${TARGET}/etc/gtk-3.0/settings.ini |
257 | 257 | # echo "gtk-theme-name = win32" >> ${TARGET}/etc/gtk-3.0/settings.ini |
258 | 258 | ... | ... |