mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
fix: display "dev" in app version if the app is not packaged
This commit is contained in:
@@ -15,7 +15,7 @@ async function versionLabel() {
|
||||
|
||||
if (!versionBadge) return;
|
||||
|
||||
versionBadge.textContent = `v${appVersion}`;
|
||||
versionBadge.textContent = `${appVersion}`;
|
||||
}
|
||||
|
||||
versionLabel();
|
||||
Reference in New Issue
Block a user