GHA: appimage7: fixup relocated files

This commit is contained in:
Darryl L. Miles 2025-06-26 15:44:32 +01:00 committed by R. Timothy Edwards
parent 96b89a53b7
commit b9296074b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
MAGIC_SRC_ROOT = ..
RESOURCES := $(shell find rsc/ -type f)
MAGIC_SRC_ROOT = ../..
RESOURCES := $(shell find ../rsc/ -type f)
ARCH := $(shell uname -m)
APPIMAGE = Magic-$(ARCH).AppImage
VERSION_MAGIC := $(shell cat $(MAGIC_SRC_ROOT)/VERSION)