feat: add .net 8 detection for experimental patcher stream
This commit is contained in:
@@ -136,4 +136,6 @@ export const isOsuCorrupted = async (folder: string) =>
|
||||
export const hasWMCTRL = async () =>
|
||||
await invoke<boolean>('has_wmctrl');
|
||||
export const hasOsuWinello = async () =>
|
||||
await invoke<boolean>('has_osuwinello');
|
||||
await invoke<boolean>('has_osuwinello');
|
||||
export const hasNet8 = async () =>
|
||||
await invoke<boolean>('has_net8');
|
Reference in New Issue
Block a user