Skip to content

Commit b1d944c

Browse files
committed
remove unused
1 parent c639632 commit b1d944c

File tree

7 files changed

+0
-136
lines changed

7 files changed

+0
-136
lines changed

windows/deploy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ mkdir -p "${deploy_dir}/etc"
3636
mkdir -p "${deploy_dir}/share"
3737
mkdir -p "${deploy_dir}/lib"
3838
mkdir -p "${deploy_dir}/include"
39-
mkdir -p "${deploy_dir}/usr"
4039

4140
cp "${build_dir}/src/${exe_name}" "${deploy_dir}/bin"
4241
cp -r "windows/icons" "${deploy_dir}"
4342

44-
4543
# Detect what DLL we need and slorp it into bin
4644
echo "Copying DLLs..."
4745
dlls=$(ldd "${deploy_dir}/bin/${exe_name}" | grep "/mingw64" | awk '{print $3}')
@@ -56,7 +54,6 @@ cp -rnv /mingw64/bin/rsvg-convert.exe ${deploy_dir}/bin/
5654
cp -rnv /mingw64/bin/librsvg-2-2.dll ${deploy_dir}/bin/
5755
cp -rnv /mingw64/bin/libxml2-16.dll ${deploy_dir}/bin/
5856

59-
6057
# Copy other required things for Gtk to work nicely
6158
echo "Copying other necessary files..."
6259
cp -nv /mingw64/bin/gdbus.exe ${deploy_dir}/bin/

windows/svg/check-active-symbolic.svg

Lines changed: 0 additions & 55 deletions
This file was deleted.

windows/svg/edit-delete-symbolic.svg

Lines changed: 0 additions & 30 deletions
This file was deleted.

windows/svg/list-add-symbolic.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

windows/svg/open-menu-symbolic.svg

Lines changed: 0 additions & 30 deletions
This file was deleted.

windows/svg/zoom-in-symbolic.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

windows/svg/zoom-out-symbolic.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)