Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 9aa03dc

Browse files
committed
Turn off dev mode
1 parent c887bb1 commit 9aa03dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/js/distromanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ exports.Types = {
522522
VersionManifest: 'VersionManifest'
523523
}
524524

525-
let DEV_MODE = true
525+
let DEV_MODE = false
526526

527527
const DISTRO_PATH = path.join(ConfigManager.getLauncherDirectory(), 'distribution.json')
528528
const DEV_PATH = path.join(ConfigManager.getLauncherDirectory(), 'dev_distribution.json')

0 commit comments

Comments
 (0)