-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTODO
43 lines (30 loc) · 1.48 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Add:
// https://github.com/dotnet/docs/blob/main/docs/core/tools/dotnet-environment-variables.md#dotnet_host_path
var dotnet = Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
https://github.com/kuiperzone/PupNet-Deploy/issues/30
NETSDK1194: The "--output" option isn't supported
See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid
Add multiple --kind values to arguments?
Implement auto system test for maximal and minimal conf files
Support: nupkg, rpm(xlinux-64), deb(linux-x64), appimage(linux-x64, arm, arm64) and setup (win-x64)
RpmRequires
DebRecommends
HANDY
dotnet pack -c Release -o ./Deploy/OUT -p:Version=1.4.1
dotnet tool install KuiperZone.PupNet -g --add-source ./Deploy/OUT
dotnet tool uninstall KuiperZone.PupNet -g
dotnet tool update KuiperZone.PupNet -g --add-source ./Deploy/OUT
DONE
Add <ul> parsing to AppDescription
Add parsable "changes" and integrate with RPM,deb and AppStream
Drop to .NET6 for tool
RPM "AutoReqProv" - investigate?
Remove RPM desktop-file-validate or add to "BuildRequires"
Add "Requires" conf section for RPM and DEB:
https://github.com/kuiperzone/PupNet-Deploy/issues/10
https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#rpm-dependencies
Currently, ship runtime from:
https://github.com/AppImage/type2-runtime/releases/tag/continuous
as hinted at on AppImageKit page
However, think we should use runtimes from:
https://github.com/AppImage/AppImageKit/releases/tag/13