Skip to content

Commit

Permalink
Merge pull request #2440 from planetarium/release/2.5.12
Browse files Browse the repository at this point in the history
Release/2.5.12 to dev
  • Loading branch information
Atralupus committed May 2, 2024
2 parents 1ab4289 + a3b9570 commit 05ddb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NineChronicles",
"productName": "Nine Chronicles",
"version": "2.5.11",
"version": "2.5.12",
"description": "Game Launcher for Nine Chronicles",
"author": "Planetarium <engineering@planetariumhq.com>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/update/player-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function playerUpdate(
try {
await spawnPromise("powershell", [
"-Command",
`Expand-Archive -Path "${dlPath}" -DestinationPath "${playerPath} -Force"`,
`Expand-Archive -Path "${dlPath}" -DestinationPath "${playerPath}" -Force`,
]);
} catch (e) {
win.webContents.send("go to error page", "player", {
Expand Down

0 comments on commit 05ddb09

Please sign in to comment.