Skip to content

Commit 10753c2

Browse files
committed
Files required for packaging with parcel.
1 parent 0774072 commit 10753c2

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

src/Assets/pgm.png

13 KB
Loading

src/pacstallion.parcel

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"$type": "msbuild",
12+
"property": "AssemblyName"
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

Comments
 (0)