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.updateStatus(undefined, undefined);
|
||||
}
|
||||
console.log(osuWindowInfo);
|
||||
}, 2000);
|
||||
|
||||
setupTitlebar();
|
||||
|
@ -1,4 +1,4 @@
|
||||
const appName = "EZPPLauncher"
|
||||
const appVersion = "1.1.0";
|
||||
const appVersion = "1.1.1";
|
||||
|
||||
module.exports = { appName, appVersion };
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ezpplauncher",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"main": "app.js",
|
||||
"license": "MIT",
|
||||
"author": "HorizonCode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user