diff --git a/.github/workflows/sub-build-linux.yml b/.github/workflows/sub-build-linux.yml index 8336ff25..b2773d27 100644 --- a/.github/workflows/sub-build-linux.yml +++ b/.github/workflows/sub-build-linux.yml @@ -39,7 +39,7 @@ on: env: app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }} app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }} - haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_process_logs' }} + haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }} haxe_version: 4.3.3 bin_path: Export/${{ inputs.env }}/linux/bin diff --git a/.github/workflows/sub-build-macos.yml b/.github/workflows/sub-build-macos.yml index df115497..b349833d 100644 --- a/.github/workflows/sub-build-macos.yml +++ b/.github/workflows/sub-build-macos.yml @@ -39,7 +39,7 @@ on: env: app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }} app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }} - haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_process_logs' }} + haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }} haxe_version: 4.3.3 bin_path: Export/${{ inputs.env }}/macos/bin/ diff --git a/.github/workflows/sub-build-windows.yml b/.github/workflows/sub-build-windows.yml index 17a346c6..da68f7b2 100644 --- a/.github/workflows/sub-build-windows.yml +++ b/.github/workflows/sub-build-windows.yml @@ -39,7 +39,7 @@ on: env: app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }} app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }} - haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_process_logs' }} + haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }} haxe_version: 4.3.3 bin_path: Export/${{ inputs.env }}/windows/bin/