Skip to content
Snippets Groups Projects
Commit 737fa2c4 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

...

parent 31a88cef
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ PACK()
ARCH=$(dpkg --print-architecture)
source "${HERE}/../version.mk"
PACKAGE_NAME="cellframe-node-${VERSION_MAJOR}.${VERSION_MINOR}-${VERSION_PATCH}-amd64.exe"
makensis -V4 -DAPP_VERSION=${VERSION_MAJOR}.${VERSION_MINOR}-${VERSION_PATCH} ${DIST_DIR}/cellframe-node.nsis
makensis -V4 -DAPP_VERSION_VISUAL=${VERSION_MAJOR}.${VERSION_MINOR}-${VERSION_PATCH} -DAPP_VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} ${DIST_DIR}/cellframe-node.nsis
cp $DIST_DIR/*.exe $OUT_DIR/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment