Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firefoxpwa 2.6.0: not runing #11321

Closed
candrapersada opened this issue May 22, 2023 · 6 comments · Fixed by #11499
Closed

firefoxpwa 2.6.0: not runing #11321

candrapersada opened this issue May 22, 2023 · 6 comments · Fixed by #11499

Comments

@candrapersada
Copy link
Contributor

candrapersada commented May 22, 2023

how to run FirefoxPWA on Scoop aftar install?
gambar

@candrapersada candrapersada changed the title firefoxpwa: not runing firefoxpwa 2.6.0: not runing May 22, 2023
@HUMORCE
Copy link
Member

HUMORCE commented Jun 13, 2023

7zip installation via Scoop will not be detected, when executing firefoxpwa runtime install.

runtime cannot be installed, missing registry?

> firefoxpwa runtime install
12:40:01 [ERROR] Failed to obtain path from registry

Caused by:
    0: Failed to open registry key
    1: The system cannot find the file specified. (os error 2)

@CryoRenegade

@CryoRenegade
Copy link
Contributor

This seems to be an upstream issue, i'll open a ticket to see if they can reference env variables to find 7zip
As for that registry key, I have no clue

@CryoRenegade
Copy link
Contributor

@candrapersada can you try now?

@candrapersada
Copy link
Contributor Author

candrapersada commented Jul 2, 2023

yes but not working 2.6.2

{
    "version": "2.6.2",
    "description": "A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox.",
    "homepage": "https://github.com/filips123/PWAsForFirefox",
    "license": "MPL-2.0 license",
    "architecture": {
        "64bit": {
            "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.2/firefoxpwa-2.6.2-x86_64.msi",
            "hash": "491b92de2eae2ac3188ed4ff83d136f9914996dc7dd3f1718c655c3f9fce0ba4"
        },
        "32bit": {
            "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.2/firefoxpwa-2.6.2-x86.msi",
            "hash": "4fec475df70ae15297b036c9df64a8d4c457f026ccdb24e3ba5a180fb8a0bade"
        }
    },
    "extract_dir": "PFiles\\FirefoxPWA",
    "bin": "firefoxpwa.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v$version/firefoxpwa-$version-x86_64.msi"
            },
            "32bit": {
                "url": "https://github.com/filips123/PWAsForFirefox/releases/download/v$version/firefoxpwa-$version-x86.msi"
            }
        }
    }
}

@HUMORCE
Copy link
Member

HUMORCE commented Jul 3, 2023

yes but not working 2.6.2

I tested it and it works

@candrapersada
Copy link
Contributor Author

but it happened before completed #11499
and now it works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants