Skip to content
Snippets Groups Projects
Verified Commit 070ab4b7 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix version adding changes in every commit

parent 7ae19adb
No related branches found
No related tags found
No related merge requests found
Pipeline #1023 passed
project(
'harbour-konheko',
'cpp',
default_options : ['cpp_std=c++17', 'b_pie=true'],
version : '0.0.3+about.page.20210418230348.9e8780d'
default_options : ['cpp_std=c++17', 'b_pie=true']
)
qt5 = import('qt5')
......
......@@ -90,6 +90,8 @@ DESTDIR=%{buildroot} ninja -C %{bdir}/build install
# >> install post
meson rewrite kwargs delete project / version %{version}
# << install post
desktop-file-install --delete-original \
......
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