Add initial code for linux

This commit is contained in:
Caelan Sayler
2024-01-09 00:54:59 +00:00
parent 2016aac5ff
commit e5ce05fb86
23 changed files with 254 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
using System.Diagnostics;
using Velopack.Deployment;
using Velopack.Packaging.OSX.Commands;
using Velopack.Packaging.Unix.Commands;
using Velopack.Packaging.Windows.Commands;
using Velopack.Sources;
using Octokit;