fix build steps to include .desktop stuff
This commit is contained in:
parent
77bf16aa58
commit
9aa0810590
@ -5,3 +5,4 @@ Icon = "xintray-logo.png"
|
|||||||
Name = "xintray"
|
Name = "xintray"
|
||||||
ID = "dev.suah.xintray"
|
ID = "dev.suah.xintray"
|
||||||
Version = "1.0.0"
|
Version = "1.0.0"
|
||||||
|
Build = 2
|
||||||
|
@ -44,12 +44,14 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
${fyne}/bin/fyne build
|
${fyne}/bin/fyne package
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out
|
||||||
cp xintray $out/bin/
|
pkg="$PWD/xintray.tar.xz"
|
||||||
|
cd $out
|
||||||
|
tar --strip-components=1 -xvf $pkg
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user