File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,11 @@ cp -nv /mingw64/bin/gdbus.exe ${deploy_dir}/bin/gdbus.exe
4949cp -rnv /mingw64/etc/fonts ${deploy_dir} /etc/fonts
5050
5151
52-
53- mkdir -p ${deploy_dir} /lib/gdk-pixbuf-2.0/2.10.0
5452cp -rnv /mingw64/lib/gdk-pixbuf-2.0/2.10.0 ${deploy_dir} /lib/gdk-pixbuf-2.0
53+ cp -rnv /mingw64/lib/librsvg-2.a ${deploy_dir} /lib/gdk-pixbuf-2.0/loaders
54+ cp -rnv /mingw64/lib/librsvg-2.dll.a ${deploy_dir} /lib/gdk-pixbuf-2.0/loaders
55+
56+
5557# cp -rnv /mingw64/share ${deploy_dir}
5658cp -rnv /mingw64/share/glib-2.0 ${deploy_dir} /share/
5759cp -rnv /mingw64/share/gtk-4.0 ${deploy_dir} /share/
@@ -64,7 +66,7 @@ cp -rnv /mingw64/share/fontconfig/ ${deploy_dir}/share/
6466cp -rnv /mingw64/share/GConf/ ${deploy_dir} /share/
6567
6668# Redacted Script
67- cp -rnv /mingw64/share/fonts/cantarell ${deploy_dir} /share/
69+ cp -rnv /mingw64/share/fonts/cantarell ${deploy_dir} /share/fonts
6870cp -rnv windows/RedactedScript/ ${deploy_dir} /share/fonts/
6971cp -rnv windows/Inter/ ${deploy_dir} /share/fonts/
7072
@@ -83,6 +85,8 @@ gtk-xft-hintstyle=hintful
8385gtk-xft-rgba=rgb
8486EOF
8587
88+ # glib-compile-schemas ${deploy_dir}/share/glib-2.0/schemas
89+
8690# Create NSIS script
8791echo " Creating NSIS script..."
8892cat << EOF > windows/${app_name} -Installer.nsi
You can’t perform that action at this time.
0 commit comments