diff --git a/build/config.yml b/build/config.yml
index c94e893..ee303d4 100644
--- a/build/config.yml
+++ b/build/config.yml
@@ -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
diff --git a/build/darwin/Info.dev.plist b/build/darwin/Info.dev.plist
index 3a697e6..5c3e113 100644
--- a/build/darwin/Info.dev.plist
+++ b/build/darwin/Info.dev.plist
@@ -12,7 +12,7 @@
CFBundleVersion
1.0.0
CFBundleGetInfoString
- Custom game launcher built for convenience and quick access
+ Firefly Launcher
CFBundleShortVersionString
1.0.0
CFBundleIconFile
diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist
index 19a8a9a..8d6cc7a 100644
--- a/build/darwin/Info.plist
+++ b/build/darwin/Info.plist
@@ -12,7 +12,7 @@
CFBundleVersion
1.0.0
CFBundleGetInfoString
- Custom game launcher built for convenience and quick access
+ Firefly Launcher
CFBundleShortVersionString
1.0.0
CFBundleIconFile
diff --git a/build/linux/desktop b/build/linux/desktop
index a8a97aa..6d97d6a 100644
--- a/build/linux/desktop
+++ b/build/linux/desktop
@@ -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
diff --git a/build/linux/nfpm/nfpm.yaml b/build/linux/nfpm/nfpm.yaml
index 8f8f896..c25b0d0 100644
--- a/build/linux/nfpm/nfpm.yaml
+++ b/build/linux/nfpm/nfpm.yaml
@@ -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"
diff --git a/build/windows/info.json b/build/windows/info.json
index 6d49f7e..4ef303f 100644
--- a/build/windows/info.json
+++ b/build/windows/info.json
@@ -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"
}
}
}
\ No newline at end of file
diff --git a/build/windows/wails.exe.manifest b/build/windows/wails.exe.manifest
index f0d70ed..05bd69f 100644
--- a/build/windows/wails.exe.manifest
+++ b/build/windows/wails.exe.manifest
@@ -15,7 +15,7 @@
-
+
diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go
index 0f7ebcb..cc815e4 100644
--- a/pkg/constant/constant.go
+++ b/pkg/constant/constant.go
@@ -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