Unverified Commit 3692312e authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

yubioath-flutter: move icon to spec-compliant location (#492226)

parents 3bf1c499 026e1914
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@ flutter335.buildFlutterApplication rec {
    ln -fs "${passthru.helper}/bin/authenticator-helper" "$out/app/$pname/helper/authenticator-helper"

    # Move the icon.
    mkdir $out/share/pixmaps
    mv $out/app/$pname/linux_support/com.yubico.yubioath.png $out/share/pixmaps
    install -Dm444 $out/app/$pname/linux_support/com.yubico.yubioath.png $out/share/icons/hicolor/128x128/apps/com.yubico.yubioath.png

    # Cleanup.
    rm -rf \