Skip to content

Commit

Permalink
fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 7, 2019
1 parent e6b304c commit 4823e13
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions install_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

case "$OSTYPE" in
solaris*) ;;
darwin*) ln -s $DIR/DevNull ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/DevNull ;;
linux*) ln -s $DIR/DevNull ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DevNull ;;
darwin*) ln -s $DIR/devnull ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/devnull ;;
linux*) ln -s $DIR/devnull ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/devnull ;;
bsd*) ;;
msys*) ;;
*) ;;
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

rm -f DevNull.zip && cd DevNull && git archive --prefix=DevNull/ -o ../DevNull.zip HEAD
rm -f devnull.zip && cd devnull && git archive --prefix=devnull/ -o ../devnull.zip HEAD

0 comments on commit 4823e13

Please sign in to comment.