-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from kuiperzone/dev/andyt/work
Dev/andyt/work
- Loading branch information
Showing
32 changed files
with
1,575 additions
and
162 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# PUPNET DEPLOY 1.0.1 | ||
|
||
# APP PREAMBLE | ||
AppBaseName = AvantGarde | ||
AppFriendlyName = Avant Garde | ||
AppId = zone.kuiper.AvantGarde | ||
AppVersionRelease = 1.1.0[1] | ||
AppShortSummary = A cross-platform XAML Previewer for the Avalonia .NET Framework | ||
AppLicenseId = GPL-3.0-or-later | ||
AppLicenseFile = LICENSE | ||
|
||
# PUBLISHER | ||
PublisherName = Kuiper Zone | ||
PublisherCopyright = Copyright (C) Andy Thomas 2022-23 | ||
PublisherLinkName = Project Page | ||
PublisherLinkUrl = https://github.com/kuiperzone/AvantGarde | ||
PublisherEmail = contact@kuiper.zone | ||
|
||
# DESKTOP INTEGRATION | ||
DesktopNoDisplay = false | ||
DesktopTerminal = false | ||
DesktopFile = Deploy/AvantGarde.desktop | ||
StartCommand = | ||
PrimeCategory = Development | ||
MetaFile = Deploy/AvantGarde.metainfo.xml | ||
IconFiles = """ | ||
Deploy/AvantGarde.ico | ||
Deploy/AvantGarde.svg | ||
Deploy/AvantGarde.16x16.png | ||
Deploy/AvantGarde.24x24.png | ||
Deploy/AvantGarde.32x32.png | ||
Deploy/AvantGarde.48x48.png | ||
Deploy/AvantGarde.64x64.png | ||
Deploy/AvantGarde.96x96.png | ||
Deploy/AvantGarde.128x128.png | ||
Deploy/AvantGarde.256x256.png | ||
""" | ||
|
||
# DOTNET PUBLISH | ||
DotnetProjectPath = | ||
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false | ||
DotnetPostPublish = | ||
DotnetPostPublishOnWindows = | ||
|
||
# PACKAGE OUTPUT | ||
PackageName = AvantGarde | ||
OutputDirectory = Deploy/OUT | ||
|
||
# APPIMAGE OPTIONS | ||
AppImageArgs = | ||
AppImageVersionOutput = false | ||
|
||
# FLATPAK OPTIONS | ||
FlatpakPlatformRuntime = org.freedesktop.Platform | ||
FlatpakPlatformSdk = org.freedesktop.Sdk | ||
FlatpakPlatformVersion = 22.08 | ||
FlatpakFinishArgs = """ | ||
--socket=wayland | ||
--socket=x11 | ||
--filesystem=host | ||
--share=network | ||
""" | ||
FlatpakBuilderArgs = | ||
|
||
# WINDOWS SETUP OPTIONS | ||
SetupCommandPrompt = | ||
SetupMinWindowsVersion = 10 | ||
SetupSignTool = | ||
SetupVersionOutput = false |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.