5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00

add missing import

This commit is contained in:
Travis McLane 2021-07-09 15:08:59 -05:00
parent 76aab2271c
commit 856b81ab04
No known key found for this signature in database
GPG Key ID: 7BA828AE61CD949B

View File

@ -5,6 +5,7 @@ package system
import (
"os/exec"
"strings"
"syscall"
"github.com/wailsapp/wails/v2/internal/system/packagemanager"