Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
heppocogne committed Jan 11, 2023
1 parent 86e749e commit 2b1dc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GDNative addon for dynamic svg rendering
```
mkdir lunasvg_build
cd lunasvg_build
cmake -DCMAKE_BUILD_TYPE=Debug/Release ../lunasvg
cmake -DCMAKE_BUILD_TYPE=Debug/Release -G Ninja ../lunasvg
ninja
cd ../../
```
Expand All @@ -47,7 +47,7 @@ GDNative addon for dynamic svg rendering
![image](https://user-images.githubusercontent.com/83043568/192416729-c99612d1-476c-4471-b414-46b34a64544d.png)

### Export project
When exporting your project or resource package(\*.pck,\*.zip), make sure to add "_rawsvg/*" folder as a "non-resource folder".
When you export your project or resource package(\*.pck,\*.zip), make sure to add **"_rawsvg/*"** folder as a **"non-resource folder"**.
![image](https://user-images.githubusercontent.com/83043568/194685009-51ce22cb-d1f9-4e08-b0d7-ffa311e5ec43.png)

### Note
Expand Down

0 comments on commit 2b1dc11

Please sign in to comment.