[fix] path and building error

This commit is contained in:
Purp1e
2025-03-21 18:36:12 +08:00
parent 42a3efb217
commit f92fc6719c
2 changed files with 5 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export const useSteamStore = () => {
}
const cs2BaseDir = () => {
return path.normalize(steamStore.state.cs2Dir.replaceAll("\\", "/") + "/../../..")
return path.normalize(`${steamStore.state.cs2Dir.replaceAll("\\", "/") }/../../..`)
}
const setDir = (dir: string) => {