Compare commits
5 Commits
v1.1.0
...
95430ed169
| Author | SHA1 | Date | |
|---|---|---|---|
| 95430ed169 | |||
| 2af15c5fcd | |||
|
84c2ee74bd
|
|||
|
8faf34f85a
|
|||
|
a65d983b44
|
Binary file not shown.
|
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 407 KiB |
7
main.go
7
main.go
@@ -6,7 +6,6 @@ import (
|
|||||||
"github.com/wailsapp/wails/v2"
|
"github.com/wailsapp/wails/v2"
|
||||||
"github.com/wailsapp/wails/v2/pkg/options"
|
"github.com/wailsapp/wails/v2/pkg/options"
|
||||||
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
|
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
|
||||||
"github.com/wailsapp/wails/v2/pkg/options/mac"
|
|
||||||
|
|
||||||
"git.taurusxin.com/taurusxin/ncmdump-gui/utils"
|
"git.taurusxin.com/taurusxin/ncmdump-gui/utils"
|
||||||
)
|
)
|
||||||
@@ -41,12 +40,6 @@ func main() {
|
|||||||
EnableFileDrop: true,
|
EnableFileDrop: true,
|
||||||
DisableWebViewDrop: true,
|
DisableWebViewDrop: true,
|
||||||
},
|
},
|
||||||
Mac: &mac.Options{
|
|
||||||
About: &mac.AboutInfo{
|
|
||||||
Title: "ncmdump-gui",
|
|
||||||
Message: "Copyright © 2025 TaurusXin",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user