Browse Source

Fix fullscreen.png rebuild check

rexim 2 years ago
parent
commit
d4e5ea32aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nob.c

+ 1 - 1
nob.c

@@ -630,7 +630,7 @@ int main(int argc, char **argv)
             nob_da_append(&procs, nob_cmd_run_async(cmd));
         }
 
-        if (nob_needs_rebuild1("./resources/icons/fullscreen.svg", "./resources/icons/fullscreen.png")) {
+        if (nob_needs_rebuild1("./resources/icons/fullscreen.png", "./resources/icons/fullscreen.svg")) {
             cmd.count = 0;
             nob_cmd_append(&cmd, "convert");
             nob_cmd_append(&cmd, "-background", "None");