File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4848 -o {{.BINARY_NAME}}
4949 -gcflags="{{.DEBUG_GCFLAGS}}"
5050 -ldflags "{{.COMMON_LDFLAGS}} {{.ENV_LDFLAGS}} {{.DEBUG_LDFLAGS}}"
51+ ./cmd/mbvpn
5152
5253 build-release :
5354 desc : Build release version with optimizations
@@ -57,29 +58,7 @@ tasks:
5758 {{.RELEASE_BUILDFLAGS}}
5859 -o {{.BINARY_NAME}}
5960 -ldflags "{{.COMMON_LDFLAGS}} {{.ENV_LDFLAGS}} {{.RELEASE_LDFLAGS}}"
60-
61- install :
62- desc : Install release version (default)
63- cmds :
64- - task : install-release
65-
66- install-debug :
67- desc : Install debug version with debug symbols
68- cmds :
69- - >-
70- go install
71- -gcflags="{{.DEBUG_GCFLAGS}}"
72- -ldflags "{{.COMMON_LDFLAGS}} {{.ENV_LDFLAGS}} {{.DEBUG_LDFLAGS}}"
73- .
74-
75- install-release :
76- desc : Install release version with optimizations
77- cmds :
78- - >-
79- go install
80- {{.RELEASE_BUILDFLAGS}}
81- -ldflags "{{.COMMON_LDFLAGS}} {{.ENV_LDFLAGS}} {{.RELEASE_LDFLAGS}}"
82- .
61+ ./cmd/mbvpn
8362
8463 test :
8564 desc : Run all tests
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright © 2025 NAME HERE <EMAIL ADDRESS>
3+ */
4+ package main
5+
6+ import (
7+ "github.com/malwarebytes/mbvpn-linux/cmd"
8+ )
9+
10+ func main () {
11+ cmd .Execute ()
12+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments