mirror of
https://github.com/fosrl/newt.git
synced 2026-07-15 21:16:40 -05:00
9 lines
164 B
Go
9 lines
164 B
Go
//go:build windows
|
|
|
|
package updates
|
|
|
|
// postUpdateAdvantech is not supported on Windows.
|
|
func postUpdateAdvantech(newVersion, pidFile string) error {
|
|
return nil
|
|
}
|