UPDATE: update icon

This commit is contained in:
2025-07-26 22:19:47 +07:00
parent fb1cd82434
commit d4c75b341f
4 changed files with 11 additions and 21 deletions

View File

@@ -6,7 +6,7 @@
<key>CFBundleName</key>
<string>Firefly Launcher</string>
<key>CFBundleExecutable</key>
<string>Firefly Launcher</string>
<string>firefly-launcher</string>
<key>CFBundleIdentifier</key>
<string>com.fireflyshelter.fireflylauncher</string>
<key>CFBundleVersion</key>

View File

@@ -6,7 +6,7 @@
<key>CFBundleName</key>
<string>Firefly Launcher</string>
<key>CFBundleExecutable</key>
<string>Firefly Launcher</string>
<string>firefly-launcher</string>
<key>CFBundleIdentifier</key>
<string>com.fireflyshelter.fireflylauncher</string>
<key>CFBundleVersion</key>

View File

@@ -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

View File

@@ -1,25 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="com.fireflyshelter.fireflylauncher" version="0.1.0" processorArchitecture="*"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> <!-- fallback for Windows 7 and 8 -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness> <!-- falls back to per-monitor if per-monitor v2 is not supported -->
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
</assembly>