From f64e39e273ac88160eb3b9348fbfb24d240fd8c6 Mon Sep 17 00:00:00 2001 From: domi41 Date: Fri, 11 Sep 2020 07:58:09 +0200 Subject: [PATCH] feat(export): add presets for Mac OSX Untested. --- export_presets.cfg | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index 6880d91..795f895 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -226,7 +226,7 @@ permissions/write_user_dictionary=false [preset.2] -name="Linux/X11" +name="Linux X11" platform="Linux/X11" runnable=true custom_features="" @@ -291,3 +291,36 @@ application/product_name="Majority Judgment" application/file_description="Organize majority judgment polls in your video stream." application/copyright="" application/trademarks="" + +[preset.4] + +name="Mac OSX" +platform="Mac OSX" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="builds/macosx/majority-judgment-v0.1.0.zip" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.4.options] + +custom_template/debug="" +custom_template/release="" +application/name="Majority Judgment" +application/info="Organize majority judgment polls in your video stream, with your community." +application/icon="res://icon.png" +application/identifier="fr.mieuxvoter.majority-judgment-for-streamers" +application/signature="" +application/short_version="0.1" +application/version="0.1.0" +application/copyright="MIT" +display/high_res=false +privacy/camera_usage_description="" +privacy/microphone_usage_description="" +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false