Skip to content

Commit

Permalink
oops, and finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Yernemm committed Sep 8, 2023
1 parent 07747d8 commit 637e174
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VRCPM/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
name: "@electron-forge/maker-squirrel",
config: {
name: "vrcpm",
setupIcon: '/path/to/icon.ico'
setupIcon: 'src/images/icon.ico'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion VRCPM/src/backend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function main(window){
log("VRCPM Version 0.4.0");
log("Changes:");
log("-Visual Redesign");
log("-Setting to pick a custom photos folder");
log("-Added a custom photo folder setting");
log("-Added support for VRCX Screenshot Helper data");
log("-New icon");
log(`
Expand Down
Binary file modified VRCPM/src/images/icon.ico
Binary file not shown.

0 comments on commit 637e174

Please sign in to comment.