Skip to content

Commit

Permalink
Merge pull request #2470 from planetarium/release/2.7.2
Browse files Browse the repository at this point in the history
backmerge Release/2.7.2 to dev
  • Loading branch information
Akamig authored Aug 12, 2024
2 parents 23f74d9 + 67f58e4 commit ffc0eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.7.1",
"version": "2.7.2",
"description": "Game Launcher for Nine Chronicles",
"author": "Planetarium <engineering@planetariumhq.com>",
"license": "GPL-3.0",
Expand Down
1 change: 0 additions & 1 deletion src/utils/qrDecode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function checkAndSaveFile(
uuid: string,
): Promise<void> {
return new Promise((resolve, reject) => {
console.log(dirPath, keystore, uuid);
try {
const files = fs.readdirSync(dirPath);

Expand Down

0 comments on commit ffc0eb9

Please sign in to comment.