1 Commits
2.0.0 ... 2.0.1

Author SHA1 Message Date
a6b49bef24 UPDATE: Change app description 2025-10-07 11:23:39 +07:00
8 changed files with 10 additions and 10 deletions

View File

@@ -8,9 +8,9 @@ info:
companyName: "Firefly Shelter" # The name of the company companyName: "Firefly Shelter" # The name of the company
productName: "Firefly Launcher" # The name of the application productName: "Firefly Launcher" # The name of the application
productIdentifier: "com.fireflyshelter.fireflylauncher" # The unique product identifier 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 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 version: "1.0.0" # The application version
# Dev mode configuration # Dev mode configuration

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Version=1.0
Name=Firefly Launcher 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 # The Exec line includes %u to pass the URL to the application
Exec=/usr/local/bin/firefly-launcher %u Exec=/usr/local/bin/firefly-launcher %u
Terminal=false Terminal=false

View File

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

View File

@@ -6,10 +6,10 @@
"0000": { "0000": {
"ProductVersion": "1.0.0", "ProductVersion": "1.0.0",
"CompanyName": "Firefly Shelter", "CompanyName": "Firefly Shelter",
"FileDescription": "Custom game launcher built for convenience and quick access", "FileDescription": "Firefly Launcher",
"LegalCopyright": "@ 2025, Firefly Shelter", "LegalCopyright": "@ 2025, Firefly Shelter",
"ProductName": "Firefly Launcher", "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"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security> <security>
<requestedPrivileges> <requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges> </requestedPrivileges>
</security> </security>
</trustInfo> </trustInfo>

View File

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