File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ cp -r ${font_path} ${deploy_dir}/etc/fonts/${font_path}
5454mkdir -p ${deploy_dir} /lib/gdk-pixbuf-2.0/2.10.0
5555cp -r /mingw64/lib/gdk-pixbuf-2.0/2.10.0 ${deploy_dir} /lib/gdk-pixbuf-2.0
5656cp -r share ${deploy_dir}
57- cp -r /mingw64/share/glib-2.0 ${deploy_dir} /share/glib-2.0
58- cp -r /mingw64/share/gtk-3.0 ${deploy_dir} /share/gtk-3.0
59- cp -r /mingw64/share/gtk-4.0 ${deploy_dir} /share/gtk-4.0
60- cp -r /mingw64/share/icons ${deploy_dir} /share/icons
61- cp -r /mingw64/share/icu ${deploy_dir} /share/icu
62- cp -r /mingw64/share/locale ${deploy_dir} /share/locale
63- cp -r /mingw64/share/themes/${theme_name} ${deploy_dir} /share/themes/ ${theme_name}
57+ cp -r /mingw64/share/glib-2.0 ${deploy_dir} /share/
58+ cp -r /mingw64/share/gtk-3.0 ${deploy_dir} /share/
59+ cp -r /mingw64/share/gtk-4.0 ${deploy_dir} /share/
60+ cp -r /mingw64/share/icons ${deploy_dir} /share/
61+ cp -r /mingw64/share/icu ${deploy_dir} /share/
62+ cp -r /mingw64/share/locale ${deploy_dir} /share/
63+ cp -r /mingw64/share/themes/${theme_name} ${deploy_dir} /share/
6464
6565# Write the theme to gtk settings
6666cat << EOF > ${deploy_dir} /etc/gtk-4.0/settings.ini
You can’t perform that action at this time.
0 commit comments