Skip to content

Commit 2848aed

Browse files
committed
[v1.0.33] Properly adjusted README.md to mention the .deb and .rpm files. Added the v in front of the linux installer versions.
1 parent 2ca7e77 commit 2848aed

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ if (UNIX AND NOT APPLE)
426426
set(CPACK_RPM_PACKAGE_GROUP "Amusements/Games")
427427
set(CPACK_RPM_PACKAGE_REQUIRES "curl, SDL3, SDL3_image, SDL3_ttf")
428428
set(CPACK_RPM_PACKAGE_AUTOREQPROV OFF) # Turn OFF auto-detection
429+
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-v${PROJECT_VERSION}-Linux") # include the "v" in the version
429430

430431
include(CPack)
431432
endif()

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ your operating system. The `vX.X.X` is the Advancely version, that is also displ
223223

224224
* **Windows:** `Advancely-vX.X.X-Windows.zip`
225225
* **Linux (Portable):** `Advancely-vX.X.X-Linux.zip` — The standalone executable (no installation required).
226-
* **Linux (Debian/Ubuntu):** `advancely_X.X.X_amd64.deb` — The native installer for Ubuntu 25+ (or systems with SDL3 installed).
227-
* **Linux (Fedora/RHEL):** `advancely-X.X.X-1.x86_64.rpm` — The native installer for Fedora/RedHat systems.
226+
* **Linux (Debian/Ubuntu):** `advancely-vX.X.X-Linux.deb` — The native installer for Ubuntu 25+ (or systems with SDL3 installed).
227+
* **Linux (Fedora/RHEL):** `advancely-vX.X.X-Linux.rpm` — The native installer for Fedora/RedHat systems.
228228
* **macOS:** `Advancely-vX.X.X-macOS-Universal.zip` — For both Intel (down to macOS 13 Ventura) and Silicon Macs.
229229

230230
### 2. Installation & First-Time Run

source/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const char* get_notes_manifest_path();
5858
// This is the version that gets compared with the latest release tag on GitHub
5959
// This automatically applies versioning to metainfo.xml through GitHub Actions.
6060
// TODO: ONLY UPDATE PKGBUILD FOR RELEASES!!! FOR BIG RELEASES EDIT metainfo.xml MANUALLY
61-
#define ADVANCELY_VERSION "v1.0.32" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
61+
#define ADVANCELY_VERSION "v1.0.33" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
6262
#define ADVANCELY_ICON_PATH "/gui/Advancely_Logo_NoText.png" // Starting from /gui folder
6363
#define ADVANCELY_LOGO_PATH "/gui/Advancely_Logo.png" // Starting from /gui folder
6464
#define ADVANCELY_LOGO_SIZE 512.0f // Logo size on startup message window or update successful window

0 commit comments

Comments
 (0)