Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksamuel committed Oct 18, 2019
1 parent ce60a7f commit 1c5a0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@ SimpleObject* Simple::MakeCopy(SimpleObject *obj, int alongaxis, float sep)
SimpleObject *new_object = new SimpleObject(obj->GetObjectType(),new_position,obj->GetRotation(),obj->GetMagField(),obj->GetMaterial(),obj->GetMaterialFormula(),obj->GetColor());

new_object->SetDimensions(obj->GetDimensions());
new_object->SetDataStorage(obj->storeData());
AddObject(new_object);
return new_object;
}
Expand Down
1 change: 1 addition & 0 deletions new-release-update
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
echo "Pushing to remote repository"
git push
echo "Creating appimage (The folders linuxdeploy and simple-app are assumed to be existing"
cp /home/samuel/build-simple-Desktop-Release/simple /home/samuel/simple-app/usr/bin
cd /home/samuel/linuxdeploy
./linuxdeploy-centos6-x86_64.AppImage --appdir=/home/samuel/simple-app --output appimage --plugin qt

0 comments on commit 1c5a0aa

Please sign in to comment.