Compare commits

..

1 Commits

Author SHA1 Message Date
_dev 9efcda4284
Merge f49c405509 into 5e91cfc7fa 2025-02-18 11:30:10 -07:00
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
VERSION_DEV := 0.3.7-dev$(shell date +%Y%m%d%H%M)
VERSION := 0.3.6
VERSION_DEV := 0.3.5-dev$(shell date +%Y%m%d%H%M)
VERSION := 0.3.4
hash_resource:
@shasum -a 256 resource/jetkvm_native | cut -d ' ' -f 1 > resource/jetkvm_native.sha256

View File

@ -55,9 +55,6 @@ func LoadConfig() {
return
}
// load the default config
config = defaultConfig
file, err := os.Open(configPath)
if err != nil {
logger.Debug("default config file doesn't exist, using default")