Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jun 22, 2024
1 parent bc9bb81 commit b53a6f5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "FTB Electron App",
"name": "ftb-app",
"version": "1.25.13",
"version": "1.25.14",
"private": true,
"main": "background.js",
"email": "[email protected]",
Expand Down Expand Up @@ -45,7 +45,7 @@
"markdown-it": "^13.0.1",
"mitt": "^3.0.0",
"object-inspect": "^1.13.1",
"semver": "^7.3.2",
"semver": "^7.6.2",
"tailwindcss": "^1.9.6",
"vue": "^2.7.14",
"vue-native-websocket": "^2.0.14",
Expand Down
47 changes: 18 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/interface/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const Electron: ElectronOverwolfInterface = {

app: {
async appSettings() {
const settingsPath = appHome + "/bin/settings.json";
const settingsPath = path.join(appHome, "bin", "settings.json");
if (!fs.existsSync(settingsPath)) {
return null
}
Expand Down

0 comments on commit b53a6f5

Please sign in to comment.