Skip to content

Commit

Permalink
qgis build script cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Sep 10, 2024
1 parent b49ede3 commit bf0d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/qgis/smoderp2d-plugin/scripts/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ done
patch zip_build/${plugin_name}/smoderp_2D_dockwidget.py < patches/smoderp_2D_dockwidget.patch

# copy LICENSE file
# cp ../../../LICENSE zip_build/${plugin_name}/
cp ../../../LICENSE zip_build/${plugin_name}/

(cd zip_build; zip -r ${plugin_name}.zip ${plugin_name}) # pb_tool zip will overwrite patched file

Expand Down

0 comments on commit bf0d65f

Please sign in to comment.