Skip to content

Commit b95b5fa

Browse files
authored
Fix lost resource files in packaging
1 parent 0e127b8 commit b95b5fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/build_macos.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ build_app() {
171171
-r osx-${arch} \
172172
--self-contained true \
173173
-p:PublishSingleFile=true \
174-
-p:IncludeNativeLibrariesForSelfExtract=true \
175-
-p:IncludeAllContentForSelfExtract=true \
176174
-p:EnableCompressionInSingleFile=true \
177175
-o "${build_dir}"
178176

@@ -182,8 +180,6 @@ build_app() {
182180
-r osx-${arch} \
183181
--self-contained true \
184182
-p:PublishSingleFile=true \
185-
-p:IncludeAllContentForSelfExtract=true \
186-
-p:EnableCompressionInSingleFile=true \
187183
-p:IncludeNativeLibrariesForSelfExtract=true \
188184
-o "${build_dir}"
189185

@@ -254,4 +250,4 @@ main() {
254250
}
255251

256252
# 执行主函数
257-
main
253+
main

0 commit comments

Comments
 (0)