#!/bin/zsh # create the restictray.app folder using "fyne package -os darwin -icon icon.png", see https://developer.fyne.io/started/packaging rm -rf restictray.app fyne package -os darwin -icon icon-big.png cp build/Info.plist ./restictray.app/Contents/Info.plist cp build/restic ./restictray.app/Contents/MacOS/restic