Skip to content

Commit

Permalink
Added appimage builder for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Anivice committed Feb 2, 2025
1 parent 248f101 commit c3f8a00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ file(READ "${information_file}" SYSDARFT_INFO_CONTENT)
string(REPLACE "\n" "\\n" SYSDARFT_INFO_CONTENT_ESCAPED "${SYSDARFT_INFO_CONTENT}")

add_compile_definitions(
SYSDARFT_VERSION="0.0.1-Alpha"
SYSDARFT_VERSION="0.0.1-alpha-rc2"
SYSDARFT_INFORMATION="${SYSDARFT_INFO_CONTENT_ESCAPED}"
__CLEAN_OUTPUT__
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sysdarft
![Lines of Code](https://img.shields.io/badge/ProjectLines-43743-cyan)
![Size of Code](https://img.shields.io/badge/ProjectSize-2012%20K-yellow)
![Lines of Code](https://img.shields.io/badge/ProjectLines-44055-cyan)
![Size of Code](https://img.shields.io/badge/ProjectSize-2028%20K-yellow)
[![Automated CMake Test Workflow](https://github.com/Anivice/Sysdarft/actions/workflows/CMake_GitHub_Action.yml/badge.svg)](https://github.com/Anivice/Sysdarft/actions/workflows/CMake_GitHub_Action.yml)

Sysdarft is a hypothetical binary 64bit architecture.
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo -n "Automatically generating README.md..."
SOURCE_DIR="$1"
cd "$SOURCE_DIR" || exit 1

LIST=$(git ls-files | grep -v "wav\|png\|xcf\|pdf\|ttf");
LIST=$(git ls-files | grep -v "wav\|png\|xcf\|pdf\|ttf\|AppImage");
lines=0;
size=0;
for FILE in $LIST;
Expand Down

0 comments on commit c3f8a00

Please sign in to comment.