Renamed the generated "version" file to "version.txt"; this fixes #14.

This commit is contained in:
Alexander Shaduri
2021-12-01 13:23:38 +04:00
parent 8a5b411057
commit 2bb98a4ebe
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ AC_CONFIG_FILES([ data/gsmartcontrol.desktop data/gsmartcontrol.appdata.xml \
data/nsis/distribution.txt data/nsis/gsmartcontrol.nsi \
debian.dist/changelog \
src/gsc_winres.rc src/gsmartcontrol.exe.manifest \
gsmartcontrol.spec version compilation_flags ])
gsmartcontrol.spec version.txt compilation_flags ])
AC_CONFIG_FILES([data/gsmartcontrol-root], [chmod +x data/gsmartcontrol-root])
View File