File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,11 @@ internal static void CreateSettingsMenu(TextMenu menu) {
7474 . WithCondition ( NotRecordingOrLibraryEncoder ) ,
7575 CreateFolderSelection ( nameof ( TASRecorderModuleSettings . OutputDirectory ) ) ,
7676 CreateSlider ( nameof ( TASRecorderModuleSettings . EncoderType ) ,
77+ #if DEBUG
7778 new [ ] { EncoderType . FFmpegBinary , EncoderType . FFmpegLibrary , EncoderType . Null } )
79+ #else
80+ new [ ] { EncoderType . FFmpegBinary , EncoderType . FFmpegLibrary } )
81+ #endif
7882 . WithDescription ( "EncoderType_DESC" . GetDialog ( ) )
7983 . WithCondition ( NotRecording ) ,
8084 CreateSlider ( nameof ( TASRecorderModuleSettings . HardwareAccelerationType ) ,
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3- # rm -rd bin obj
4- dotnet build
3+ rm -rd bin Source/bin Source/ obj
4+ dotnet build -c Release
55
66if [ $# -eq 0 ]
77 then
You can’t perform that action at this time.
0 commit comments