From fdfc019d7b11be2a39ddda6af12f53cc3ff9ac21 Mon Sep 17 00:00:00 2001 From: Michael Moore Date: Mon, 9 Dec 2024 09:07:01 -0600 Subject: [PATCH] build: fix electron resources location --- src-tauri/tauri.electron-build.conf.json | 2 +- src-tauri/tauri.electron-dev.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/" } } }