]> gitweb.factorcode.org Git - factor.git/commitdiff
hello-ui: get rid of the console window in the deployed application
authorAlexander Ilin <alex.ilin@protonmail.com>
Sat, 2 Sep 2023 16:30:03 +0000 (18:30 +0200)
committerAlexander Ilin <alex.ilin@protonmail.com>
Sat, 2 Sep 2023 16:34:14 +0000 (18:34 +0200)
extra/hello-ui/deploy.factor

index d8d87f45ab588c63783a92a198fb1d4df646cecc..419f00627eb600dbb8f1f9540a7b065cfb697fae 100644 (file)
@@ -1,5 +1,6 @@
 USING: tools.deploy.config ;
 H{
+    { deploy-console? t }
     { deploy-ui? t }
     { deploy-c-types? f }
     { deploy-unicode? f }