mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
Another fixes
* update translator list * drop russian changelog at all * fix changelog building * fix invalid graphical item UI behaviour
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
exec_program(
|
||||
"sed -n '1,/^Ver/ p' CHANGELOG | grep -v '^Ver' | tr '\n' '@'"
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
"sed -n '1,/^Ver/ p' CHANGELOG 2> /dev/null | grep -v '^Ver' | tr '\n' '@'"
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
OUTPUT_VARIABLE PROJECT_CHANGELOG
|
||||
)
|
||||
|
Reference in New Issue
Block a user