diff --git a/NowPlaying.lnk b/NowPlaying.lnk deleted file mode 100644 index dae9d46..0000000 Binary files a/NowPlaying.lnk and /dev/null differ diff --git a/Package.psd1 b/Package.psd1 new file mode 100644 index 0000000..b2182dc --- /dev/null +++ b/Package.psd1 @@ -0,0 +1,29 @@ +@{ + Root = 'C:\Users\Michaelsoft Binbows\Desktop\test\app_rewrite.ps1' + OutputPath = 'C:\Users\Michaelsoft Binbows\Desktop\test' + Package = @{ + Enabled = $true + Obfuscate = $False + HideConsoleWindow = $true + DotNetVersion = 'netcoreapp31' + FileVersion = '2.0.0' + FileDescription = 'osu!NP for osu!lazer' + ProductName = 'osu!NP' + ProductVersion = '2023.414.0' + Copyright = 'Hexality' + RequireElevation = $false + ApplicationIconPath = 'C:\Users\Michaelsoft Binbows\Desktop\test\app.ico' + HighDPISupport = $false + PowerShellArguments = '-ExecutionPolicy Bypass' + Platform = 'x64' + PowerShellVersion = '7.3.2' + RuntimeIdentifier = 'win-x64' + DisableQuickEdit = $false + Resources = [string[]]@() + } + Bundle = @{ + Enabled = $true + Modules = $false + } + } + \ No newline at end of file diff --git a/README.md b/README.md index 7d44aed..b18e84a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ -# osu-nowplaying -A small program meant to show in obs the current playing song on osu!lazer. +
A small program made to show your current playing osu! song on OBS.
+If the window gets stuck, right-click the icon on the taskbar and close it from there.
diff --git a/app.exe b/app.exe deleted file mode 100644 index d593670..0000000 Binary files a/app.exe and /dev/null differ diff --git a/app.ps1 b/app.ps1 index b1d752c..177c115 100644 Binary files a/app.ps1 and b/app.ps1 differ diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..6b1309e Binary files /dev/null and b/icon.ico differ diff --git a/id.txt b/id.txt deleted file mode 100644 index 8b13789..0000000 --- a/id.txt +++ /dev/null @@ -1 +0,0 @@ -