Skip to content

Commit a81a7c6

Browse files
committed
build: add BuildTypes Homebrew & Portable
1 parent 0f026d3 commit a81a7c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SnapX.Core/SnapX.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public class SnapX
4444
BuildType.Snap;
4545
#elif RUNFILE
4646
BuildType.Runfile;
47+
#elif HOMEBREW
48+
BuildType.Homebrew;
49+
#elif PORTABLE
50+
BuildType.Portable;
4751
#elif RELEASE
4852
BuildType.Release;
4953
#else

0 commit comments

Comments
 (0)