Skip to content

Instantly share code, notes, and snippets.

View Official-Husko's full-sized avatar
👨‍💻
Learning Godot

Husko Official-Husko

👨‍💻
Learning Godot
  • Switzerland
View GitHub Profile
@GameTec-live
GameTec-live / adsbegone-gdlauncher-carbon.patch
Last active April 24, 2024 16:27
A git patch to remove ads and startup animation from gdlauncher. it uses the ability to compile the app.asar file without loosing functionality (no api key needed) to generate a new one with the react components for showing ads stripped out
diff --git a/apps/desktop/packages/main/adSize.ts b/apps/desktop/packages/main/adSize.ts
index 8ab38784..bdf2777a 100644
--- a/apps/desktop/packages/main/adSize.ts
+++ b/apps/desktop/packages/main/adSize.ts
@@ -17,8 +17,8 @@ export default function getAdSize(display?: Display) {
adSize: {
useFallbackAd,
useVertical: true,
- width: 160,
- height: 600