Other: added missing build tags for restarter.

This commit is contained in:
Xavier Michelon
2022-10-28 07:45:06 +02:00
committed by James Houlahan
parent 3c4e8730ac
commit 82987a1835
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@
// 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/>.
//go:build !windows
// +build !windows
package restarter
import "os/exec"

View File

@ -15,6 +15,9 @@
// 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/>.
//go:build windows
// +build windows
package restarter
import "os/exec"