Skip to content

Commit

Permalink
window release on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
shpetimselaci committed Oct 4, 2018
1 parent 7c16bde commit 0b3bfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions landing_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ <h1>MONIMO</h1>
<a>GITHUB</a>
</button>
</div>
<span v-if="system === 'windows'" class="info">Latest version (v2) is not available yet for Windows. Please check again later today.</span>
</div>
<div class="the_pic">
<div class="imazhi"></div>
Expand Down Expand Up @@ -153,7 +152,7 @@ <h4>You may:</h4>
if (this.system === 'mac') {
return 'https://github.com/altinselimi/monimo/releases/download/v2/Monimo-0.2.0.dmg';
}
return 'https://github.com/altinselimi/monimo/releases/download/1.0/Monimo.Setup.0.1.0.exe';
return 'https://github.com/altinselimi/monimo/releases/download/v2/Monimo.Setup.0.2.0.exe';
},
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:electron": "vue-cli-service build:electron",
"serve:electron": "vue-cli-service serve:electron",
"postinstall": "electron-builder install-app-deps",
"ship": "build -p always"
"publish": "vue-cli-service build:electron --win -p always"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit 0b3bfdf

Please sign in to comment.