aboutsummaryrefslogtreecommitdiff
path: root/src/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.js')
-rw-r--r--src/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js
index e63297e..de052f5 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -380,8 +380,10 @@ function updatevp(autoinstall) {
// however it'll be added at some point.
function launch(version) {
if (process.platform == "linux") {
+ winAlert(lang("cli.launch.linuxerror"))
console.error("error:", lang("cli.launch.linuxerror"))
cli.exit(1);
+ return;
}
process.chdir(settings.gamepath);