Files
techsuppgetinfo/DCIManager6/dci6-support-reader/notes.md
2026-04-04 00:09:02 +08:00

10 lines
681 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Упаковка с помощью fyne-cross
используется docker, так что он должен быть установлен и настроен.
fyne-cross windows -icon ./dci6-support-reader.png -name dci6-support-reader -app-id com.ispsystem.dci6-suppor-reader
fyne-cross linux -icon ./dci6-support-reader.png -name dci6-support-reader -app-id com.ispsystem.dci6-suppor-reader
прочитать содержимое png в байтах, что бы засунуть сразу в переменную для иконки
xxd -i ./dci6-support-reader.png | head -n -1 | tail -n +2 | sed 's/ /, /g' | tr -d '\n' | sed 's/^/var iconData = []byte{/;s/$/}/'