BAHAHAHAHAHAHSKSHFOS-#%~/%%

This commit is contained in:
Arisotura 2024-11-21 00:21:47 +01:00
parent d0d010b09d
commit 97a00e3137
5 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,7 @@ env:
MELONDS_GIT_BRANCH: ${{ github.ref }}
MELONDS_GIT_HASH: ${{ github.sha }}
MELONDS_BUILD_PROVIDER: GitHub Actions
MELONDS_VERSION_SUFFIX: " RC"
jobs:
build-macos:

View File

@ -12,6 +12,7 @@ env:
MELONDS_GIT_BRANCH: ${{ github.ref }}
MELONDS_GIT_HASH: ${{ github.sha }}
MELONDS_BUILD_PROVIDER: GitHub Actions
MELONDS_VERSION_SUFFIX: " RC"
jobs:
build-x86_64:

View File

@ -13,6 +13,7 @@ env:
MELONDS_GIT_BRANCH: ${{ github.ref }}
MELONDS_GIT_HASH: ${{ github.sha }}
MELONDS_BUILD_PROVIDER: GitHub Actions
MELONDS_VERSION_SUFFIX: " RC"
jobs:
build:

View File

@ -16,7 +16,7 @@ if (USE_VCPKG)
endif()
project(melonDS
VERSION 0.9.5
VERSION 1.0
DESCRIPTION "DS emulator, sorta"
HOMEPAGE_URL "https://melonds.kuribo64.net"
LANGUAGES C CXX)

View File

@ -21,7 +21,7 @@
melonDS = pkgs.stdenv.mkDerivation {
pname = "melonDS";
version = "0.9.5-${shortRevision}";
version = "1.0-${shortRevision}";
src = ./.;
nativeBuildInputs = with pkgs; [