mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
try again with the updater !wip
This commit is contained in:
parent
760987579a
commit
ee12dc952d
5 changed files with 10 additions and 9 deletions
10
build.cake
10
build.cake
|
@ -173,12 +173,12 @@ Task("Package")
|
|||
|
||||
Task("Publish")
|
||||
.IsDependentOn("PrePublish")
|
||||
//.IsDependentOn("Publish-Windows")
|
||||
.IsDependentOn("Publish-Windows")
|
||||
.IsDependentOn("Publish-Windows-32bit")
|
||||
//.IsDependentOn("Publish-OSX")
|
||||
//.IsDependentOn("Publish-Linux")
|
||||
//.IsDependentOn("Publish-Linux-ARM")
|
||||
//.IsDependentOn("Publish-Linux-ARM-64Bit")
|
||||
.IsDependentOn("Publish-OSX")
|
||||
.IsDependentOn("Publish-Linux")
|
||||
.IsDependentOn("Publish-Linux-ARM")
|
||||
.IsDependentOn("Publish-Linux-ARM-64Bit")
|
||||
.IsDependentOn("Package");
|
||||
|
||||
Task("Publish-Windows")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue