We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e127b8 commit b95b5faCopy full SHA for b95b5fa
scripts/build_macos.sh
@@ -171,8 +171,6 @@ build_app() {
171
-r osx-${arch} \
172
--self-contained true \
173
-p:PublishSingleFile=true \
174
- -p:IncludeNativeLibrariesForSelfExtract=true \
175
- -p:IncludeAllContentForSelfExtract=true \
176
-p:EnableCompressionInSingleFile=true \
177
-o "${build_dir}"
178
@@ -182,8 +180,6 @@ build_app() {
182
180
183
181
184
185
186
- -p:EnableCompressionInSingleFile=true \
187
-p:IncludeNativeLibrariesForSelfExtract=true \
188
189
@@ -254,4 +250,4 @@ main() {
254
250
}
255
251
256
252
# 执行主函数
257
-main
253
+main
0 commit comments