I'm building a Avalonia project with VS code under MacOS. I would like to set the icon for the app after building with bundle, however, the Info.plist I built is useless since when building app with "dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-arm64 -p:UseAppHost=true", it could not be copy to App/Content/ , also, my .icns file could not be duplicated to App/Content/Resources/ but only to App/Content/MacOS/... I know that OS would determine the icon from the specific path, but how can I use my own Info.plist file and generate it into the app whenever the application is built?
visual studio code - Avalonia macOS Packaging: How to Replace the Default Info.plist with a Custom One - Stack Overflow
与本文相关的文章
- javascript - How to cancelignore an action in redux - Stack Overflow
- javascript - Represent hierarchy in a JSON object - Stack Overflow
- javascript - Why preventDefault does not work? - Stack Overflow
- javascript - cleaning up event listeners in custom elements - Stack Overflow
- javascript - How do you update an existing item in an Angular Array (that has changed externally)? - Stack Overflow
- JavaScript client-side search engine - Stack Overflow
- javascript - Clear clipboard to prohibit unauthorised copying, insert message? - Stack Overflow
- Firebase authentication with popup in chrome extension - Stack Overflow
- html - Javascript recursive timeout call - Stack Overflow
- javascript - How do I send image to server via socket.io? - Stack Overflow
- arrays - Codility "PermMissingElem" Solution in Javascript - Stack Overflow
- javascript - ES6 Default Parameters in nested objects - Stack Overflow
- php - Odd and Even Rows for a table - Stack Overflow
- javascript - Nightwatch can't locate element via css id or class selectors - Stack Overflow
- javascript - What is the fastest way to move a rectangular (pixel) region inside a HTML5 canvas element - Stack Overflow
- javascript - Puppeteer error on Heroku: Could not find Chromium - Stack Overflow
- javascript - React.js useState with Array.push method on functional component - Stack Overflow
- java - When to call Hibernate Validate - Stack Overflow
- reactjs - "TypeError: Failed to execute 'query' on 'Permissions': Illegal invocation&am
- jquery - Genie animation Javascript? - Stack Overflow
评论列表(0)
- 暂无评论