Skip to content

Commit

Permalink
For Version 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
babayoshihiko committed May 12, 2024
1 parent ef3aee1 commit 4a4996f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:
# This file should be included when you package your plugin.
# Mandatory items:

[general]
name=jpdata
Expand Down
5 changes: 3 additions & 2 deletions zip_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

mkdir ../qgis_plugins

pushd ../qgis_plugins
cd ../qgis_plugins
rm -rf jpdata
cp -R ../jpdata ./jpdata
rm -f jpdata/.gitignore
rm -rf jpdata/__pycache__
rm -rf jpdata/.git
rm -f jpdata/resources_rc.py
rm -f jpdata/i18n.sh
rm -f jpdata/zip_plugin.sh
Expand All @@ -15,7 +16,7 @@ rm -f jpdata/i18n/jpdata.pro

zip -rX jpdata.zip jpdata

zip -d jpdata.zip .git/\*
zip -d jpdata.zip __MACOSX/\*
zip -d jpdata.zip \*/.DS_Store

popd

0 comments on commit 4a4996f

Please sign in to comment.