diff --git a/package.json b/package.json
index 213b9449..91eb9850 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,9 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
+ "build": "vue-cli-service build && npm run build.zip",
+ "lint": "vue-cli-service lint",
+ "build.zip": "cd ./dist && zip -r mainsail.zip ./ && cd .."
},
"dependencies": {
"axios": "^0.21.1",
diff --git a/src/App.vue b/src/App.vue
index f50c869f..53f12166 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -29,6 +29,7 @@
Cannot not connect to {{ parseInt(port) !== 80 ? hostname+":"+port : hostname }}.
+Cannot not connect to {{ parseInt(port) !== 80 ? hostname+":"+port : hostname }}.
+