virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
735 stars 61 forks source link

Missing export_presets.cfg #100

Closed merspieler closed 2 years ago

merspieler commented 2 years ago

I'm trying to package openseeface-gd for nixOS. When building, godot complains about a missing export_presets.cfg file. Other godot based project I've packaged always had that file in the repo but here I couldn't find one. I've seen that you've added the export_presets.cfg to the gitignore, on purpose, I assume. Since I'm not too familiar with godot, can I just copy that file from a different project or could you please provide me one to build for Linux.

ItsRogueRen commented 2 years ago

I believe you need a custom one for this project, there should be another repo from Youwin for it

you-win commented 2 years ago

An exports_presets.cfg should be created by manually exporting the project from the editor once. I blacklisted the config so people wouldn't try to export the application using a default Godot template.

I would use the export templates provided here in order to create a release build.

merspieler commented 2 years ago

Okay, I'll take a look at it... I've just never used the editor... so far I've only used godot-headless --export...

you-win commented 2 years ago

I thought about this further, and I think for CICD purposes I will need to include the exports_presets.cfg file anyways. I'll try and get this pushed at some point.

merspieler commented 2 years ago

Would make packaging it way easier.

you-win commented 2 years ago

Added back in 8a2ea0837fa81708b744c3308699653c1a9f1efa

Closing