Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
[Change] 色々修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro527 committed Jan 20, 2022
1 parent 3c08be9 commit 2f71a3f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 24 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: 'com.lafclient'
appId: 'tokyo.laf'
productName: 'LaF'
win:
artifactName: LaF_Portable_Windows_${arch}.${ext}
Expand Down
57 changes: 40 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laf",
"version": "5.6.3",
"version": "5.6.4",
"description": "Lite and Fast Krunker Client",
"main": "app/main.js",
"scripts": {
Expand All @@ -26,17 +26,17 @@
"electronVersion": "9.4.4",
"devDependencies": {
"electron": "^9.4.4",
"electron-builder": "^22.14.5"
"electron-builder": "^22.13.1"
},
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-localshortcut": "^3.2.1",
"electron-log": "^4.4.4",
"electron-log": "^4.4.1",
"electron-prompt": "^1.7.0",
"electron-store": "^8.0.1",
"electron-updater": "^4.6.1",
"eslint": "^8.7.0",
"express": "^4.17.2",
"electron-updater": "4.3.9",
"eslint": "^8.3.0",
"express": "^4.17.1",
"node-fetch": "^2.6.6",
"register-scheme": "0.0.2",
"tmi.js": "^1.8.5",
Expand Down

0 comments on commit 2f71a3f

Please sign in to comment.