5 Commits

4 changed files with 1226 additions and 9 deletions

View File

@@ -114,6 +114,14 @@ jobs:
run: |
rm -rf target/release/bundle
rm -rf target/*/release/bundle || true
- name: 🌍 Load environment variables for build.rs
shell: bash
run: |
echo "Loading .env.prod..."
set -a
source packages/app-lib/.env.prod
set +a
# - name: 🔨 Build macOS app
# if: matrix.platform == 'macos-latest'
@@ -144,10 +152,5 @@ jobs:
with:
name: App bundle (${{ matrix.artifact-target-name }})
path: |
target/release/bundle/appimage/AstralRinth App_*.AppImage*
target/release/bundle/deb/AstralRinth App_*.deb*
target/release/bundle/rpm/AstralRinth App-*.rpm*
target/universal-apple-darwin/release/bundle/macos/AstralRinth App.app.tar.gz*
target/universal-apple-darwin/release/bundle/dmg/AstralRinth App_*.dmg*
target/release/bundle/nsis/AstralRinth App_*-setup.exe*
target/release/bundle/nsis/AstralRinth App_*-setup.nsis.zip*
target/release/bundle/**
target/*/release/bundle/**

View File

@@ -51,6 +51,8 @@ fn main() {
"import",
InlinedPlugin::new()
.commands(&[
"fetch_curseforge_profile_metadata",
"import_curseforge_profile",
"get_importable_instances",
"import_instance",
"is_valid_importable_instance",

View File

@@ -27,8 +27,6 @@
"auth:default",
"import:default",
"import:allow-fetch-curseforge-profile-metadata",
"import:allow-import-curseforge-profile",
"jre:default",
"logs:default",
"metadata:default",

1214
patches/pr-10.patch Normal file

File diff suppressed because it is too large Load Diff