Skip to content

Commit

Permalink
v0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
aredden committed Jan 2, 2021
1 parent c1d2091 commit bed59a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 513 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "g14controlv2-main",
"productName": "G14ControlV2-Main",
"version": "0.1.35",
"version": "0.1.36",
"description": "",
"main": "./build/electron.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions electron/src/IPCEvents/HID/HIDDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,18 +228,25 @@ export const setUpNewG14ControlKey = (

export const killROGKey = async () => {
let thing1 = await checkRemoveAndRename(ARMCRATE_INTERFACE, ASUSACCI_PATH);
LOGGER.info('Did thing 1');
let thing2 = await checkRemoveAndRename(ARMCRATE_KEY_CTRL, ASUSACCI_PATH);
LOGGER.info('Did thing 2');
let thing3 = await checkRemoveAndRename(
ARMORY_SW_AGENT,
ARMORY_SW_AGENT_PATH
);
LOGGER.info('Did thing 3');
let thing4 = await checkRemoveAndRename(
ARMCRATE_SESS_HELPER,
ARMCRATE_SVC_PATH
);
LOGGER.info('Did thing 4');
let thing5 = await checkRemoveAndRename(ARMCRATE_SVC, ARMCRATE_SVC_PATH);
LOGGER.info('Did thing 5');
let thing6 = await checkRemoveAndRename(ARMSOCK_SERV, ARMSOCK_SERV_PATH);
LOGGER.info('Did thing 6');
let thing7 = await checkRemoveAndRename(ARMCRATE_MANAGER);
LOGGER.info('Did thing 7');
let thing8 = await checkRemoveAndRename(ARMCRATE_MANAGER_AGENT);
return true;
};
Loading

0 comments on commit bed59a1

Please sign in to comment.