UPDATE: Change app description

This commit is contained in:
2025-10-07 11:23:39 +07:00
parent dcdb3863ca
commit a6b49bef24
8 changed files with 10 additions and 10 deletions

View File

@@ -8,9 +8,9 @@ info:
companyName: "Firefly Shelter" # The name of the company
productName: "Firefly Launcher" # The name of the application
productIdentifier: "com.fireflyshelter.fireflylauncher" # The unique product identifier
description: "Custom game launcher built for convenience and quick access" # The application description
description: "Firefly Launcher" # The application description
copyright: "@ 2025, Firefly Shelter" # Copyright text
comments: "Custom game launcher built for convenience and quick access" # Comments
comments: "Firefly Launcher" # Comments
version: "1.0.0" # The application version
# Dev mode configuration

View File

@@ -12,7 +12,7 @@
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleGetInfoString</key>
<string>Custom game launcher built for convenience and quick access</string>
<string>Firefly Launcher</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleIconFile</key>

View File

@@ -12,7 +12,7 @@
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleGetInfoString</key>
<string>Custom game launcher built for convenience and quick access</string>
<string>Firefly Launcher</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleIconFile</key>

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Name=Firefly Launcher
Comment=Custom game launcher built for convenience and quick access
Comment=Firefly Launcher
# The Exec line includes %u to pass the URL to the application
Exec=/usr/local/bin/firefly-launcher %u
Terminal=false

View File

@@ -10,7 +10,7 @@ version: "1.0.0"
section: "default"
priority: "extra"
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
description: "Custom game launcher built for convenience and quick access"
description: "Firefly Launcher"
vendor: "Firefly Shelter"
homepage: "https://wails.io"
license: "MIT"

View File

@@ -6,10 +6,10 @@
"0000": {
"ProductVersion": "1.0.0",
"CompanyName": "Firefly Shelter",
"FileDescription": "Custom game launcher built for convenience and quick access",
"FileDescription": "Firefly Launcher",
"LegalCopyright": "@ 2025, Firefly Shelter",
"ProductName": "Firefly Launcher",
"Comments": "Custom game launcher built for convenience and quick access"
"Comments": "Firefly Launcher"
}
}
}

View File

@@ -15,7 +15,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>

View File

@@ -10,7 +10,7 @@ const ProxyZipFile = "64bit.zip"
const LauncherFile = "firefly-launcher.exe"
const TempUrl = "./temp"
const CurrentLauncherVersion = "2.0.0"
const CurrentLauncherVersion = "2.0.1"
type ToolFile string