fix: Add empty folder to stop macro complaining#125
Conversation
A Tauri macro complains when the dist folder does not exist. Adding a `.gitkeep` means that cloning the repo, the folder will be created.
|
Actually adding that @Alystrasz any other ideas how to get the folder to exist when cloning (or at least on running |
Yes. It's cause once you run |



A Tauri macro complains when the dist folder does not exist. Adding a
.gitkeepmeans that cloning the repo, the folder will be created.Talking about this macro error

Note that the macro error does not prevent compilation in any way. It's purely an annoyance thing :P