diff --git a/src-tauri/tauri.electron-build.conf.json b/src-tauri/tauri.electron-build.conf.json index 7842962..de87ecc 100644 --- a/src-tauri/tauri.electron-build.conf.json +++ b/src-tauri/tauri.electron-build.conf.json @@ -9,7 +9,7 @@ }, "bundle": { "resources": { - "../out/stellarmaps-linux-x64/": "electron/" + "../out/games.michaelmakes.stellarmaps-electron-linux-x64/": "electron/" } } } diff --git a/src-tauri/tauri.electron-dev.conf.json b/src-tauri/tauri.electron-dev.conf.json index 3c48b20..3074307 100644 --- a/src-tauri/tauri.electron-dev.conf.json +++ b/src-tauri/tauri.electron-dev.conf.json @@ -10,7 +10,7 @@ }, "bundle": { "resources": { - "../out/stellarmaps-linux-x64/": "electron/" + "../out/games.michaelmakes.stellarmaps-electron-linux-x64/": "electron/" } } }