Other: added missing build tags for restarter.
This commit is contained in:
committed by
James Houlahan
parent
3c4e8730ac
commit
82987a1835
@ -15,6 +15,9 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
//go:build !windows
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package restarter
|
package restarter
|
||||||
|
|
||||||
import "os/exec"
|
import "os/exec"
|
||||||
|
|||||||
@ -15,6 +15,9 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
//go:build windows
|
||||||
|
// +build windows
|
||||||
|
|
||||||
package restarter
|
package restarter
|
||||||
|
|
||||||
import "os/exec"
|
import "os/exec"
|
||||||
|
|||||||
Reference in New Issue
Block a user