Skip to content

Commit

Permalink
Changed update src
Browse files Browse the repository at this point in the history
  • Loading branch information
KornineQ committed Jan 25, 2024
1 parent 7524657 commit df2e542
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NewCP",
"productName": "NewCP",
"version": "1.6.1",
"version": "1.0.2",
"description": "NewCP App",
"main": "src/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/integrations/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RPC.register(APPLICATION_ID);

function onRpcReady() {
rpcClient.setActivity({
state: "NewCP Patched by kornineq on github",
details: "KornineQ/newcp-patcher",
state: "NewCP Patched by KornineQStuff on github",
details: "KornineQStuff/NewCP-Patcher",
startTimestamp: Date.now(),
largeImageKey: "ncpapp",
instance: true,
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require("path");
if (require("electron-squirrel-startup")) app.quit();

// Check for updates except for macOS
if (process.platform != "darwin") require("update-electron-app")({ repo: "KornineQ/newcp-patcher" });
if (process.platform != "darwin") require("update-electron-app")({ repo: "KornineQStuff/NewCP-Patcher" });

const ALLOWED_ORIGINS = [
"https://newcp.net",
Expand Down

0 comments on commit df2e542

Please sign in to comment.