Skip to content

Commit

Permalink
Oval
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkshiift committed Mar 21, 2023
1 parent 4d98a49 commit 32f380f
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 1,745 deletions.
8 changes: 4 additions & 4 deletions build/installer.nsh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!macro preInit
SetRegView 64
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\ArmCord"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\ArmCord"
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\GoofCord"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\GoofCord"
SetRegView 32
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\ArmCord"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\ArmCord"
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\GoofCord"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$LocalAppData\GoofCord"
!macroend
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoofCord",
"version": "0.2.0",
"version": "0.2.5",
"description": "GoofCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
"main": "ts-out/main.js",
"scripts": {
Expand Down Expand Up @@ -33,12 +33,10 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@pyke/vibe": "github:pykeio/vibe#3c61074414cbed96ad51870e4dde379b16d9da6d",
"cross-fetch": "^3.1.5",
"electron-context-menu": "github:ArmCord/electron-context-menu",
"extract-zip": "^2.0.1",
"modclean": "3.0.0-beta.1",
"npm-check": "^6.0.1",
"v8-compile-cache": "^2.3.0"
},
"build": {
Expand All @@ -52,7 +50,11 @@
"package.json",
"LICENSE"
],
"asarUnpack": [
"node_modules/electron-dl/**/*"
],
"appId": "com.milkshift.goofcord",
"compression": "maximum",
"productName": "GoofCord",
"mac": {
"category": "Network"
Expand Down
Loading

0 comments on commit 32f380f

Please sign in to comment.