File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,28 @@ <h2>수정2</h2>
5858
5959<!-- ____________________________________________________________________ -->
6060
61+ < h2 > 배포관련</ h2 >
62+ < a href ="https://johnnys.news/2024/03/Revisited-WinUI-publishing-a-single-exe "> https://johnnys.news/2024/03/Revisited-WinUI-publishing-a-single-exe</ a >
63+ < br />
6164
65+ <!-- ____________________________________________________________________ -->
66+ <!-- HTML generated using hilite.me --> < div style ="background: #f0f0f0; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em; "> < pre style ="margin: 0; line-height: 125% "> <PropertyGroup>
67+ <PublishSingleFile>true</PublishSingleFile>
68+ <SelfContained>true</SelfContained>
69+ <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
70+ </PropertyGroup>
71+ </ pre > </ div >
72+ <!-- ____________________________________________________________________ -->
73+
74+ < p > WindowsAppSDKSelfContained는 삭제 하고 빌드</ p >
75+
76+ < p > sdk가 설치되어 있는 상태에서 파일 3개만 있으면 </ p >
77+ < ul >
78+ < li > resources.pri</ li >
79+ < li > Microsoft.WindowsAppRuntime.Bootstrap.dll</ li >
80+ < li > app.exe</ li >
81+ </ ul >
82+ < p > 파일 3개만 있으면 동작 가능</ p >
6283
6384
6485</ div >
You can’t perform that action at this time.
0 commit comments