Skip to content

Commit b82a058

Browse files
committed
Update packaging_script_AppImage_aarch64.sh
1 parent 8082274 commit b82a058

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packaging_script_AppImage_aarch64.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ set -x
1212

1313
cd sources
1414
git reset --hard origin/master
15-
cd ..
16-
cd misc
17-
git reset --hard origin/master
1815

1916
cd ..
2017

@@ -46,7 +43,7 @@ rm -rf AppDir/qelectrotech/
4643
mkdir -p AppDir/qelectrotech/usr/bin
4744
cp build/qelectrotech AppDir/qelectrotech/usr/bin/
4845
mkdir -p AppDir/qelectrotech/usr/share/applications
49-
mv misc/org.qelectrotech.qelectrotech.desktop AppDir/qelectrotech/usr/share/applications/qelectrotech.desktop
46+
cp misc/org.qelectrotech.qelectrotech.desktop AppDir/qelectrotech/usr/share/applications/qelectrotech.desktop
5047
#cp misc/qelectrotech.appdata.xml AppDir/qelectrotech/usr/share/metainfo/
5148
#sed -i 's/'"QElectroTech-*.*/QElectroTech-$tagName-r$HEAD"'/' AppDir/qelectrotech/usr/share/applications/qelectrotech.desktop
5249
mkdir -p AppDir/qelectrotech/usr/share/icons/hicolor/256x256/apps

0 commit comments

Comments
 (0)