Skip to content

Commit 9ac2940

Browse files
committed
altera a versao
1 parent c670370 commit 9ac2940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

headers/SLVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
#define SL_VERSION_MAJOR 1
55
#define SL_VERSION_MINOR 2
6-
#define SL_VERSION_REV 1
6+
#define SL_VERSION_REV 2
77

88
#endif // SLVERSION_H

pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ mv $APPPATH/lib $APPPATH/$BINPATH/
3535
dpkg-deb --build $APPPATH
3636
EXC=$?
3737

38-
mv app.deb $BINNAME\_$VER.deb
38+
mv ./build/app.deb ./$BINNAME\_$VER.deb
3939

4040
exit $EXC

0 commit comments

Comments
 (0)