feat: added .kdev4/*.kdev4 to sed CHANGEME
This commit is contained in:
parent
5f633ff3af
commit
c3ad33ef05
2
justfile
2
justfile
|
|
@ -1,4 +1,4 @@
|
|||
set-project-name projectname:
|
||||
sed -i "s/CHANGEME/{{projectname}}/g" ./CMakeLists.txt ./src/CMakeLists.txt ./justfile
|
||||
sed -i "s/CHANGEME/{{projectname}}/g" ./CMakeLists.txt ./src/CMakeLists.txt ./justfile .kdev4/*
|
||||
mv ./src/CHANGEME.cpp ./src/{{projectname}}.cpp
|
||||
sed -i "s/CHANGEME.cpp/{{projectname}}.cpp/g" ./justfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue