Closed felschr closed 3 months ago
Try adding godot4--headless --import
before godot4 --headless --export-release "Linux/X11 64-bit" ./build/pixelorama
, so the resources can be imported first, before attempting to export.
I get the same error when running godot4 --headless --import
.
Problem is gone with 1.0.1!
Pixelorama version: 1.0
OS/device including version: NixOS (Linux) unstable
Issue description:
I'm trying to update the package for Nixpkgs to 1.0 and I'm currently running into a build error (https://github.com/NixOS/nixpkgs/pull/330914#issuecomment-2256649686):
I'm not a Godot user myself, but it sounds like the Godot project doesn't reference all resources correctly:
Make sure resources have been imported by opening the project in the editor at least once.
.Steps to reproduce:
With nix:
nix build "github:felschr/nixpkgs/pixelorama-1.0#pixelorama"
The nix package essentially boils down to: