From e8f4605b8fb25865b6fbec60e6a73a0aec6e1fb0 Mon Sep 17 00:00:00 2001 From: daebot Date: Wed, 7 Aug 2024 17:02:32 +0000 Subject: [PATCH 1/4] chore(sync): keep submodules up-to-date --- wing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wing b/wing index 5432ce99..cbd93bd1 160000 --- a/wing +++ b/wing @@ -1 +1 @@ -Subproject commit 5432ce99d5869a516c1d6a831c0d3a10b519944d +Subproject commit cbd93bd1490847cbf583e60c84859e61bb843d5d From 8f86c6f5af4fb53a26f74ef48bd84c6625dd6c4e Mon Sep 17 00:00:00 2001 From: XingLiAl Date: Mon, 23 Sep 2024 20:17:04 +0800 Subject: [PATCH 2/4] ci: build desktop entry and icon into installer (#492) Signed-off-by: XingLiAl --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e03049..ce001ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,6 +184,8 @@ jobs: export OUTPUT=bundled/${{ steps.get_filename.outputs.BUNDLE_NAME }} make cp ./install/daed.service ./bundled/ + cp ./install/daed.desktop ./bundled/ + cp -r ./install/icons/ ./bundled/ curl -L -o ./bundled/geoip.dat https://github.com/v2rayA/dist-v2ray-rules-dat/raw/master/geoip.dat curl -L -o ./bundled/geosite.dat https://github.com/v2rayA/dist-v2ray-rules-dat/raw/master/geosite.dat @@ -243,6 +245,14 @@ jobs: --after-remove ../install/package_after_remove.sh \ ./geoip.dat=/usr/share/daed/geoip.dat ./geosite.dat=/usr/share/daed/geosite.dat \ ./daed.service=/usr/lib/systemd/system/daed.service \ + ./daed.desktop=/usr/share/applications/daed.desktop \ + ./icons/16x16.png=/usr/share/icons/hicolor/16x16/apps/daed.png \ + ./icons/32x32.png=/usr/share/icons/hicolor/32x32/apps/daed.png \ + ./icons/64x64.png=/usr/share/icons/hicolor/64x64/apps/daed.png \ + ./icons/128x128.png=/usr/share/icons/hicolor/128x128/apps/daed.png \ + ./icons/256x256.png=/usr/share/icons/hicolor/256x256/apps/daed.png \ + ./icons/512x512.png=/usr/share/icons/hicolor/512x512/apps/daed.png \ + ./icons/1024x1024.png=/usr/share/icons/hicolor/1024x1024/apps/daed.png \ ./${{ steps.get_filename.outputs.BUNDLE_NAME }}=/usr/bin/daed done popd || exit 1 From 9c94ded3f5edf238999845d878188842bf7ce65c Mon Sep 17 00:00:00 2001 From: daebot Date: Sat, 28 Sep 2024 09:30:37 +0000 Subject: [PATCH 3/4] chore(sync): keep submodules up-to-date --- wing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wing b/wing index cbd93bd1..25b949bc 160000 --- a/wing +++ b/wing @@ -1 +1 @@ -Subproject commit cbd93bd1490847cbf583e60c84859e61bb843d5d +Subproject commit 25b949bc9a204d78abd12faade9b43aa8f4c8fb8 From 549879e07cadac879cabd8b4f85b5f84bc176f69 Mon Sep 17 00:00:00 2001 From: daebot Date: Sat, 28 Sep 2024 09:31:47 +0000 Subject: [PATCH 4/4] chore(sync): keep submodules up-to-date --- wing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wing b/wing index 25b949bc..13bca2df 160000 --- a/wing +++ b/wing @@ -1 +1 @@ -Subproject commit 25b949bc9a204d78abd12faade9b43aa8f4c8fb8 +Subproject commit 13bca2dfe2d047213d3af4d1f007de8c608d8dd9