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