2023-06-17 01:56:16 +02:00
|
|
|
diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
|
2023-09-24 17:05:12 +02:00
|
|
|
index c9b94f1..4b8f466 100755
|
|
|
|
--- a/Installer/Makefile/Makefile
|
|
|
|
+++ b/Installer/Makefile/Makefile
|
2023-06-17 02:39:53 +02:00
|
|
|
@@ -1,5 +1,5 @@
|
2023-09-24 15:26:09 +02:00
|
|
|
-BUILD_TOOL=msbuild
|
|
|
|
-BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release
|
|
|
|
+BUILD_TOOL=dotnet msbuild
|
|
|
|
+BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release /property:DefineConstants=ENABLE_GTK
|
|
|
|
BUILD_ARGS_DEBUG=/property:Platform=Any\ CPU /property:Configuration=Debug
|
2023-09-24 17:05:12 +02:00
|
|
|
|
2023-09-24 15:26:09 +02:00
|
|
|
NUGET_TOOL=nuget
|