Conversation
Dev: MSIX 패키지 설치본 Startup 설정 로직 개선
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
주요 변경 사항
시작프로그램 처리 개선
explorer.exe와shell:appsFolder조합 대신%LOCALAPPDATA%\Microsoft\WindowsApps\uTable.exe실행 별칭을 직접 가리키도록 변경WebView2 구성 요소 설치 개선
저장소에 개별 DLL을 올려두고 다운로드하던 방식을 제거
Microsoft의 공식 WebView2 NuGet 패키지에서 필요한 파일을 직접 내려받도록 변경
다음 구성 요소를 패키지에서 추출하여 설치
Microsoft.Web.WebView2.Core.dllMicrosoft.Web.WebView2.WinForms.dllWebView2Loader.dllWebView2Loader.dllWebView2Loader.dll각 아키텍처의 네이티브 로더를 NuGet 표준
runtimes경로에 배치임시 패키지 파일은 작업 완료 여부와 관계없이 정리
다운로드 또는 압축 해제에 실패하면 이후 작업을 진행하지 않고 오류를 표시하도록 개선
필요한 파일과 다운로드 용량 안내를 새 구성에 맞게 수정
창 최소화 및 복원 개선
WS_MINIMIZEBOX스타일을 추가고해상도 화면 레이아웃 조정
MSIX 패키징 정리
Package.appxmanifest추가uTable.exe앱 실행 별칭 등록runFullTrust권한 선언.gitignore수정프로젝트 정리
LoadingSplash사용자 컨트롤과 관련 리소스 제거LoadingSplash참조 제거CellControl의 불필요한 프로젝트 하위 형식 지정 정리확인 항목
uTable.exe실행 별칭을 이용한 시작프로그램 실행explorer.exe방식 바로가기의 자동 마이그레이션