Skip to content

Commit

Permalink
little fix src scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh committed Jan 19, 2017
1 parent 8221968 commit 8e4665f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert-to-png.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cd Papirus
rm *.png
for file in *.svg; do inkscape $file --without-gui --export-png=$file.png; done
rename 's/\.svg\.png/\.png/g' *.png
cd ..

echo "convert PapirusDark"
cd ..
cd PapirusDark
rm *.png
for file in *.svg; do inkscape $file --without-gui --export-png=$file.png; done
Expand Down
1 change: 1 addition & 0 deletions src/make-rcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
rcc -binary ePapirus.qrc -o ../ePapirus/ePapirus.rcc
rcc -binary Papirus.qrc -o ../Papirus/Papirus.rcc
rcc -binary PapirusDark.qrc -o ../PapirusDark/PapirusDark.rcc
echo "done"

0 comments on commit 8e4665f

Please sign in to comment.