mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Update module path
This commit is contained in:
committed by
Travis McLane
parent
bdcb2fe810
commit
19d59bef51
@@ -3,8 +3,8 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"github.com/leaanthony/wailsv2/v2/internal/system/operatingsystem"
|
||||
"github.com/leaanthony/wailsv2/v2/internal/system/packagemanager"
|
||||
"github.com/wailsapp/wails/v2/internal/system/operatingsystem"
|
||||
"github.com/wailsapp/wails/v2/internal/system/packagemanager"
|
||||
)
|
||||
|
||||
func (i *Info) discover() error {
|
||||
|
||||
Reference in New Issue
Block a user