Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thearturca committed Jan 17, 2021
1 parent 39a3969 commit 2e2fe3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file added icon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions keytartest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const keytar = require('keytar')
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iq-bot",
"productName": "200iqbot",
"version": "0.0.3",
"version": "0.0.4",
"description": "Простой бот для Twitch.tv",
"main": "src/main.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"config": {
"forge": {
"packagerConfig": {
"icon": "src/resources/fav_ico.ico"
"icon": "./src/resources/fav_ico.ico"
},
"publishers": [
{
Expand All @@ -48,8 +48,8 @@
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "200IQBot",
"iconUrl": "src/resources/fav_ico.ico"
"name": "200IQBot"

}
},
{
Expand Down
Binary file added src/resources/icon.ico
Binary file not shown.

0 comments on commit 2e2fe3c

Please sign in to comment.