Compare commits
No commits in common. "37567b57675ebbea3ad945c619cae9e949937d08" and "c8a07fbb0d812c5ff2afa817d6bf647451083999" have entirely different histories.
37567b5767
...
c8a07fbb0d
1
app.js
1
app.js
@ -47,6 +47,7 @@ const run = () => {
|
||||
rpc.updateState("Idle in Launcher...");
|
||||
rpc.updateStatus(undefined, undefined);
|
||||
}
|
||||
console.log(osuWindowInfo);
|
||||
}, 2000);
|
||||
|
||||
setupTitlebar();
|
||||
|
@ -1,4 +1,4 @@
|
||||
const appName = "EZPPLauncher"
|
||||
const appVersion = "1.1.1";
|
||||
const appVersion = "1.1.0";
|
||||
|
||||
module.exports = { appName, appVersion };
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ezpplauncher",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.0",
|
||||
"main": "app.js",
|
||||
"license": "MIT",
|
||||
"author": "HorizonCode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user