mirror of
https://git.hush.is/hush/hsc-creator.git
synced 2025-10-04 00:01:54 -04:00
Update path
This commit is contained in:
parent
0c16c83372
commit
647b24c43a
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…
x
Reference in New Issue
Block a user