diff postdog/BUILD @ 58:ccb42d5bf8fd

[PostDog] Somewhat working copy. That would use for testing.
author June Park <parkjune1995@gmail.com>
date Sat, 20 Dec 2025 09:33:15 -0800
parents b3e82d22f961
children 75de5903355c
line wrap: on
line diff
--- a/postdog/BUILD	Fri Dec 19 18:00:30 2025 -0800
+++ b/postdog/BUILD	Sat Dec 20 09:33:15 2025 -0800
@@ -1,4 +1,5 @@
 load("//third_party/raylib:raylib.bzl", "raylib_binary")
+load("//gui_ze:gui_ze.bzl", "macos_app_and_dmg")
 
 raylib_binary(
   name = "postdog",
@@ -23,5 +24,12 @@
     "-lX11",
     "-lcurl",
   ],
+  static = True
 )
 
+macos_app_and_dmg(
+  name = "postdog_bundle",
+  binary = ":postdog",
+  bundle_id = "com.june.postdog"
+)
+