From d4c75b341f3086bda926d04e660e93eff64da225 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Sat, 26 Jul 2025 22:19:47 +0700 Subject: [PATCH] UPDATE: update icon --- build/darwin/Info.dev.plist | 2 +- build/darwin/Info.plist | 2 +- build/linux/nfpm/nfpm.yaml | 12 ++++++------ build/windows/wails.exe.manifest | 16 +++------------- 4 files changed, 11 insertions(+), 21 deletions(-) diff --git a/build/darwin/Info.dev.plist b/build/darwin/Info.dev.plist index 8b9912e..6a990eb 100644 --- a/build/darwin/Info.dev.plist +++ b/build/darwin/Info.dev.plist @@ -6,7 +6,7 @@ CFBundleName Firefly Launcher CFBundleExecutable - Firefly Launcher + firefly-launcher CFBundleIdentifier com.fireflyshelter.fireflylauncher CFBundleVersion diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist index cb37f04..e1092e7 100644 --- a/build/darwin/Info.plist +++ b/build/darwin/Info.plist @@ -6,7 +6,7 @@ CFBundleName Firefly Launcher CFBundleExecutable - Firefly Launcher + firefly-launcher CFBundleIdentifier com.fireflyshelter.fireflylauncher CFBundleVersion diff --git a/build/linux/nfpm/nfpm.yaml b/build/linux/nfpm/nfpm.yaml index 012c526..68bfaad 100644 --- a/build/linux/nfpm/nfpm.yaml +++ b/build/linux/nfpm/nfpm.yaml @@ -3,7 +3,7 @@ # # The lines below are called `modelines`. See `:help modeline` -name: "Firefly Launcher" +name: "firefly-launcher" arch: ${GOARCH} platform: "linux" version: "0.1.0" @@ -17,12 +17,12 @@ license: "MIT" release: "1" contents: - - src: "./bin/Firefly Launcher" - dst: "/usr/local/bin/Firefly Launcher" + - src: "./bin/firefly-launcher" + dst: "/usr/local/bin/firefly-launcher" - src: "./build/appicon.png" - dst: "/usr/share/icons/hicolor/128x128/apps/Firefly Launcher.png" - - src: "./build/linux/Firefly Launcher.desktop" - dst: "/usr/share/applications/Firefly Launcher.desktop" + dst: "/usr/share/icons/hicolor/128x128/apps/firefly-launcher.png" + - src: "./build/linux/firefly-launcher.desktop" + dst: "/usr/share/applications/firefly-launcher.desktop" depends: - gtk3 diff --git a/build/windows/wails.exe.manifest b/build/windows/wails.exe.manifest index 0bddb82..ba2a71a 100644 --- a/build/windows/wails.exe.manifest +++ b/build/windows/wails.exe.manifest @@ -1,25 +1,15 @@ - - - - - - - - - - - true/pm - permonitorv2,permonitor + true/pm + permonitorv2,permonitor - + \ No newline at end of file