Mark as Windows only
This commit is contained in:
parent
ba66df6bf6
commit
01cdd090ec
6 changed files with 19 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package vvin
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package vvin
|
||||
|
||||
type minCmd struct {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package vvin
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package vvin
|
||||
|
||||
type topmostCmd struct {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package vvin
|
||||
|
||||
import (
|
||||
|
|
5
vvin.go
5
vvin.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue