Skip to content

Commit

Permalink
Dump Version 0.4.2 + Remove MacOs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Jan 10, 2025
1 parent d6d9bcc commit f4b0c30
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos_bundle_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Create MacOS Bundle(arm64)

on:
release:
types: [published]
# release:
# types: [published]
push:
branches:
- branch_inexistente

jobs:
build:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/macos_bundle_x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Create MacOS Bundle(x86_64)

on:
release:
types: [published]
# release:
# types: [published]
push:
branches:
- branch_inexistente

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
packages.default = pkgs.stdenv.mkDerivation {
pname = "qrookie";
version = "0.4.1";
version = "0.4.2";

src = ./.;

Expand Down
8 changes: 8 additions & 0 deletions io.github.glaumar.QRookie.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</provides>
<content_rating type="oars-1.1" />
<releases>
<release date="2025-08-31" version="0.4.2">
<description>
<ul>
<li>* fix: hard-coding of config, store url upon config-fetch, not meta-fetch</li>
<li>* fix: removed ignoring ssl errors (fixed on server-end)</li>
</ul>
</description>
</release>
<release date="2024-08-31" version="0.4.1">
<description>
<ul>
Expand Down

0 comments on commit f4b0c30

Please sign in to comment.