We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c670370 commit 9ac2940Copy full SHA for 9ac2940
headers/SLVersion.h
@@ -3,6 +3,6 @@
3
4
#define SL_VERSION_MAJOR 1
5
#define SL_VERSION_MINOR 2
6
-#define SL_VERSION_REV 1
+#define SL_VERSION_REV 2
7
8
#endif // SLVERSION_H
pack.sh
@@ -35,6 +35,6 @@ mv $APPPATH/lib $APPPATH/$BINPATH/
35
dpkg-deb --build $APPPATH
36
EXC=$?
37
38
-mv app.deb $BINNAME\_$VER.deb
+mv ./build/app.deb ./$BINNAME\_$VER.deb
39
40
exit $EXC
0 commit comments