We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0774072 commit 10753c2Copy full SHA for 10753c2
2 files changed
src/Assets/pgm.png
13 KB
src/pacstallion.parcel
@@ -0,0 +1,32 @@
1
+{
2
+ "GeneralSettings": {
3
+ "NetProjectPath": "pacstallion.csproj",
4
+ "ApplicationName": "pacstallion",
5
+ "Version": "1.0.0",
6
+ "PackageName": {
7
+ "$type": "msbuild",
8
+ "property": "AssemblyName"
9
+ },
10
+ "AssemblyName": {
11
12
13
+ }
14
15
+ "LinuxSettings": {
16
+ "AppIcon": "Assets/pgm.png",
17
+ "CreateBinSymlink": "True",
18
+ "DesktopCategory": "System"
19
20
+ "Win32Settings": {
21
+ "IncludeUninstaller": "True"
22
23
+ "MacOsSettings": {
24
+ "CreateBundle": true,
25
+ "BundleIdentifier": "com.CompanyName.pacstallion",
26
+ "SigningCredentialsType": "AdHoc"
27
28
+ "PublishSettings": {
29
+ "PublishSingleFile": "True",
30
+ "ExtraBuildProperties": {}
31
32
+}
0 commit comments