Mark as Windows only

This commit is contained in:
Evan 2023-10-17 00:00:50 -04:00
parent ba66df6bf6
commit 01cdd090ec
6 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
import (

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
type minCmd struct {

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
import (

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
type topmostCmd struct {

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
import (

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package vvin
import (
@ -55,7 +58,7 @@ func Start(args []string) error {
app := gli.NewWith(&globalCmd{})
app.Name = "vvin"
app.Desc = "Change window properties for Windows"
app.Version = "0.7.5"
app.Version = "0.7.6"
app.Usage = ``
app.Copyright = "(C) 2019 Shuhei Kubota"
app.SuppressErrorOutput = true