fxsdk: GIMP icon template and new default icon

This commit is contained in:
Lephenixnoir 2023-01-02 17:56:25 +01:00
parent ebfde1f13d
commit c9e9f347e4
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
fxsdk/assets/icon-cg.xcf Normal file

Binary file not shown.

View File

@ -102,12 +102,14 @@ fxsdk_new_project() {
mkdir -p "$1"/{assets-fx,assets-cg}/img
cp -r "$assets"/assets-fx/* "$1"/assets-fx/img/
cp -r "$assets"/assets-cg/* "$1"/assets-cg/img/;;
cp -r "$assets"/assets-cg/* "$1"/assets-cg/img/
cp "$assets/icon-cg.xcf" "$1/assets-cg";;
"CMake")
cp "$assets/CMakeLists.txt" "$1"
cp -r "$assets"/assets-fx "$1"/
cp -r "$assets"/assets-cg "$1"/;;
cp -r "$assets"/assets-cg "$1"/
cp "$assets/icon-cg.xcf" "$1/assets-cg";;
esac
cp "$assets"/gitignore "$1"/.gitignore