diff --git a/.storage/fastflags.neustorage b/.storage/fastflags.neustorage new file mode 100644 index 0000000..9e8a7d8 --- /dev/null +++ b/.storage/fastflags.neustorage @@ -0,0 +1 @@ +{"advanced":{},"presets":{"ff_fps":[4824],"ff_lightning":{"label":"Voxel","value":"voxel"},"ff_engine":{"label":"Vulkan (MoltenVK)","value":"vulkan"},"ff_menu":{"label":"Default","value":"default"},"ff_display":true,"ff_graphics":false}} \ No newline at end of file diff --git a/.storage/fflags.neustorage b/.storage/fflags.neustorage new file mode 100644 index 0000000..14554ae --- /dev/null +++ b/.storage/fflags.neustorage @@ -0,0 +1 @@ +[{"flag":"Added","enabled":true},{"flag":"Addedaweaee","enabled":true},{"flag":"FFBROO","enabled":true}] \ No newline at end of file diff --git a/.storage/integrations.neustorage b/.storage/integrations.neustorage new file mode 100644 index 0000000..2aad6cb --- /dev/null +++ b/.storage/integrations.neustorage @@ -0,0 +1 @@ +{"activity":{"notify_location":true,"notify_place":true},"rpc":{"rpc_activity":true,"rpc_time":true,"rpc_join":false}} \ No newline at end of file diff --git a/build.config.ts b/build.config.ts index fe55fd1..df37f07 100644 --- a/build.config.ts +++ b/build.config.ts @@ -2,12 +2,12 @@ import { type Config } from "./scripts/build/ts/config-types" import { resolve as path } from "path" const BuildConfig: Config = { + devPort: 5174, projectPath: path("./frontend/dist"), outDir: path("./dist"), appName: "AppleBlox", description: "A MacOS Roblox Launcher", appBundleName: "AppleBlox", - appIdentifier: "ch.origaming.appleblox", mac: { architecture: ["universal","arm64","x64"], appIcon: path("./build/assets/mac.icns"), diff --git a/build/lib/MacOS/alerter b/build/lib/MacOS/alerter new file mode 100755 index 0000000..ea97857 Binary files /dev/null and b/build/lib/MacOS/alerter differ diff --git a/build/lib/MacOS/hi.sh b/build/lib/MacOS/hi.sh deleted file mode 100644 index daa62c8..0000000 --- a/build/lib/MacOS/hi.sh +++ /dev/null @@ -1 +0,0 @@ -echo "I'm a dependency that is packaged in the app!" \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 683eecf..e7664be 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8,7 +8,8 @@