Skip to content

Commit

Permalink
fix: rootfs filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed May 13, 2024
1 parent 93ba058 commit 4f6f6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
*.exe
rootfs.*
ziproot
*.sha*
*.hash
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ziproot: Launcher.exe rootfs.tar.xz
@echo -e '\e[1;31mBuilding ziproot...\e[m'
mkdir ziproot
cp Launcher.exe ziproot/${LNCR_EXE}
cp rootfs.tar.gz ziproot/
cp rootfs.tar.xz ziproot/

exe: Launcher.exe
Launcher.exe: icons.zip
Expand All @@ -32,7 +32,7 @@ icons.zip:
$(DLR) $(DLR_FLAGS) $(LNCR_ZIP_URL) -o icons.zip

rootfs.tar.xz:
@echo -e '\e[1;31mDownloading base.tar.gz...\e[m'
@echo -e '\e[1;31mDownloading rootfs...\e[m'
$(DLR) $(DLR_FLAGS) $(BASE_URL_S6) -o rootfs.tar.xz

clean:
Expand Down

0 comments on commit 4f6f6db

Please sign in to comment.