Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

README: add Appx assets to step 4 #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The distro launcher is comprised of two Visual Studio projects - `launcher` and
3. Add an icon (.ico) and logo (.png) to the `/images` directory. The logo will be used in the Start Menu and the taskbar for your launcher, and the icon will appear on the Console window.
> Note: The icon must be named `icon.ico`.

Also update the files under `DistroLauncher-Appx/Assets` for the app. Visual Studio can help you manage [App icons and logos](https://docs.microsoft.com/en-us/windows/apps/design/style/app-icons-and-logos).

4. Pick the name you'd like to make this distro callable from the command line. For the rest of the README, I'll be using `mydistro` or `mydistro.exe`. **This is the name of your executable** and should be unique.

5. Make sure to change the name of the project in the `DistroLauncher-Appx/DistroLauncher-Appx.vcxproj` file to the name of your executable we picked in step 4. By default, the lines should look like:
Expand Down