This is a guide on how to deploy a ClickOnce installer on GitHub Pages, it's an updated version based on the previous work done by RefactorsaurusRex . Here are the steps needed Create a GitHub Pages In the GitHub Pages create an " Installer " folder. Create a .gitattributes file in the "Installer" folder. Add the following codes to the file *.manifest binary *.application binary *.deploy binary * -text Get the URL of the "Installer" folder on your GitHub pages, it will be used later as the "Installation Folder URL". It should look something like https://raw.githubusercontent.com/{your-account-name}/{your-repo-name}/gh-pages/Installer/ (please make sure that you commit the application to the gh-pages branch, it will not work if you commit to other branches like main, develop, etc) Switch to Visual Studio > Build. Follow this video guide to publish your ClickOnce application. Use the "Installation Folder URL" you get in step 3 a...
Uno : Build on top of Xamarin to extend cross-platform development beyond mobile. For e.g., an Uno app can be used to target both Web and Android. SkiaSharp : SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. To draw a vector graphic programmatically. GitKraken : similar to SourceTree
I gave myself a birthday gift - "To Wake Up at 6:15 am Everyday", on my last birthday (Jun 2024). This post is a short note and self-reflection for practicing it. I thought it would be hard to persist before I started it. But it went well. I felt a huge productivity boost in the first month because I suddenly made an additional one-and-a-half hour available daily. I used to wake up at 7:15 am but spent the time preparing myself to work (7:15 am to 8:00 am). Now, I wake up, brush, wash my face, get a coffee, and immediately jump to work. By 8:00 am, I have a full good one-and-a-half hour of uninterrupted work. The best part of all is on the weekends - I can now spare time to have weekend breakfast (usually after 9 am) with Caren if she wants to eat out and not feel guilty. I'm a better leader because I spend time planning the work before I enter the office. I'm more well prepared. I had a lower focus after 2 pm, especially in the first two weeks. Fix it by making tho...
Comments
Post a Comment