chore: add logo reference inside source
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
||||
export CC=x86_64-w64-mingw32-gcc
|
||||
export CXX=x86_64-w64-mingw32-g++
|
||||
export CGO_LDFLAGS="-static-libgcc -static-libstdc++"
|
||||
go-winres simply --icon icon.png --manifest gui
|
||||
go-winres simply --icon ./src/icon.png --manifest gui
|
||||
mv *.syso ./src
|
||||
go build -o ./akartontv.exe -ldflags -H=windowsgui ./src
|
||||
|
||||
|
||||
@@ -293,7 +293,7 @@ func drawFooter(app fyne.App, raspiTarget, localUploadPath *string, targetMode *
|
||||
app.Quit()
|
||||
})
|
||||
cancelWide := container.NewGridWrap(
|
||||
buttonSize,
|
||||
dButtonSize,
|
||||
cancelBtn,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user