Skip to content

Commit

Permalink
build: fix electron resources location
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Dec 9, 2024
1 parent f891c32 commit fdfc019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.electron-build.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bundle": {
"resources": {
"../out/stellarmaps-linux-x64/": "electron/"
"../out/games.michaelmakes.stellarmaps-electron-linux-x64/": "electron/"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.electron-dev.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"bundle": {
"resources": {
"../out/stellarmaps-linux-x64/": "electron/"
"../out/games.michaelmakes.stellarmaps-electron-linux-x64/": "electron/"
}
}
}

0 comments on commit fdfc019

Please sign in to comment.