Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolm committed Apr 26, 2022
1 parent 00ce463 commit 97b256e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const start = async () => {
method: 'saveNote',
parameters,
},
IcoPath: 'Images\\app.png',
IcoPath: 'icon.jpg',
Score: 100,
}
: undefined
Expand All @@ -32,7 +32,7 @@ const start = async () => {
method: 'login',
parameters: [userParam, passParam],
},
IcoPath: 'Images\\app.png',
IcoPath: 'icon.jpg',
Score: 0,
}

Expand Down

0 comments on commit 97b256e

Please sign in to comment.