Skip to content

Commit 5a408fc

Browse files
committed
Removed illegal ascii characters
1 parent d968170 commit 5a408fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "scp-terminal",
2+
"name": "scpterminal",
33
"version": "0.0.1",
44
"main": "dist/main.js",
55
"description": "an scp terminal made in electron",
@@ -13,7 +13,7 @@
1313
"dist/**/**"
1414
],
1515
"build": {
16-
"appId": "com.scp-terminal",
16+
"appId": "com.scpterminal",
1717
"win": {
1818
"target": [
1919
"nsis",

0 commit comments

Comments
 (0)