Skip to content

Commit

Permalink
fix: init config
Browse files Browse the repository at this point in the history
  • Loading branch information
darakuneko committed Feb 21, 2024
1 parent f893fda commit cf6cb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const store = new Store()
const {app} = require("electron")

const dockerVersion = "gpk_fwmaker_0006"
const cmdVersion = 1
const cmdVersion = undefined

if (process.platform === 'darwin') process.env.PATH = `/usr/local/bin:${process.env.PATH}`
const instance = axios.create();
Expand Down

0 comments on commit cf6cb07

Please sign in to comment.