Skip to content

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 11, 2023
1 parent 3d420e2 commit ce75e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/ubuntu-install/createAppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VERSION=`git describe ` ./$QTDEPLOY --appdir AppDir \
--executable AppDir/usr/bin/librecad \
--desktop-file AppDir/librecad.desktop \
--icon-file AppDir/librecad.svg --plugin qt

mv LibreCAD*.AppImage LibreCAD3-$(git describe).AppImage
5 changes: 1 addition & 4 deletions scripts/ubuntu-install/installDependenciesAndBuildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@ sudo make install DESTDIR=AppDir
pwd
echo on

cp bin/*.lua bin/*.json AppDir/usr/bin
sudo cp bin/*.lua bin/*.json AppDir/usr/bin
ls AppDir/
ls AppDir/usr
ls AppDir/usr/bin
echo off

find . -type f -iname path.lua
cp -a *.lua *.json Appdir/
popd
pwd
ls
Expand Down

0 comments on commit ce75e19

Please sign in to comment.