Browse Source

Update path

master
Jonathan "Duke" Leto 1 year ago
parent
commit
647b24c43a
  1. 6
      main.js

6
main.js

@ -40,11 +40,11 @@ new Vue({
setFlavor: function (option) {
this.flavor = option
if (this.flavor == 'Linux') {
this.path = '/home/user/.komodo/HUSH3.conf'
this.path = '/home/user/.hush/HUSH3.conf'
} else if (this.flavor == "Mac OS") {
this.path = '~/Library/Application Support/Komodo/HUSH3.conf'
this.path = '~/Library/Application Support/Hush/HUSH3.conf'
} else {
this.path = 'C:\\Users\\your_username\\AppData\\Roaming\\Komodo\\HUSH3.conf'
this.path = 'C:\\Users\\your_username\\AppData\\Roaming\\Hush\\HUSH3.conf'
}
$('.flavor-banner').show()
$(document.body).animate({

Loading…
Cancel
Save