From f4b0c30af0ac5cb2686288640bf9cf04d221ef64 Mon Sep 17 00:00:00 2001 From: Victor Wads Date: Fri, 10 Jan 2025 01:01:05 -0300 Subject: [PATCH] Dump Version 0.4.2 + Remove MacOs CI --- .github/workflows/macos_bundle_arm64.yml | 7 +++++-- .github/workflows/macos_bundle_x86_64.yml | 7 +++++-- CMakeLists.txt | 2 +- flake.nix | 2 +- io.github.glaumar.QRookie.metainfo.xml | 8 ++++++++ 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos_bundle_arm64.yml b/.github/workflows/macos_bundle_arm64.yml index 79b2a58..a6f8ad9 100644 --- a/.github/workflows/macos_bundle_arm64.yml +++ b/.github/workflows/macos_bundle_arm64.yml @@ -1,8 +1,11 @@ name: Create MacOS Bundle(arm64) on: - release: - types: [published] + # release: + # types: [published] + push: + branches: + - branch_inexistente jobs: build: diff --git a/.github/workflows/macos_bundle_x86_64.yml b/.github/workflows/macos_bundle_x86_64.yml index 4184afd..b23ebc1 100644 --- a/.github/workflows/macos_bundle_x86_64.yml +++ b/.github/workflows/macos_bundle_x86_64.yml @@ -1,8 +1,11 @@ name: Create MacOS Bundle(x86_64) on: - release: - types: [published] + # release: + # types: [published] + push: + branches: + - branch_inexistente jobs: build: diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cb1954..d50d115 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) project(QRookie - VERSION 0.4.1 + VERSION 0.4.2 DESCRIPTION "Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for linux)" HOMEPAGE_URL https://github.com/glaumar/QRookie LANGUAGES CXX) diff --git a/flake.nix b/flake.nix index cd41e2e..05446ef 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ { packages.default = pkgs.stdenv.mkDerivation { pname = "qrookie"; - version = "0.4.1"; + version = "0.4.2"; src = ./.; diff --git a/io.github.glaumar.QRookie.metainfo.xml b/io.github.glaumar.QRookie.metainfo.xml index 1149c36..d3e8702 100644 --- a/io.github.glaumar.QRookie.metainfo.xml +++ b/io.github.glaumar.QRookie.metainfo.xml @@ -37,6 +37,14 @@ + + +
    +
  • * fix: hard-coding of config, store url upon config-fetch, not meta-fetch
  • +
  • * fix: removed ignoring ssl errors (fixed on server-end)
  • +
+
+