Skip to content

Conversation

@Fuzzbawls
Copy link
Collaborator

Followup to #2022 to resolve the lingering issues with ppa/snapcraft builds.

build-log of a PPA build can be seen here

This also introduces proper desktop-launch wrapping for the nightly snapcraft builds, which is required to successfully open the GUI wallet from the snap commands.

@Fuzzbawls Fuzzbawls added this to the 5.0.0 milestone Dec 6, 2020
@Fuzzbawls Fuzzbawls self-assigned this Dec 6, 2020
Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 2109aec

} else {
// Linux fallback for local installs
sapling_spend = "/usr/local/share/pivx/sapling-spend.params";
sapling_output = "/usr/local/share/pivx/sapling-output.params";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the fParamsFound is set below, could remove it from the first block and write it as:

if (!fs::exists(sapling_spend) || !fs::exists(sapling_output)) {
    // Linux fallback for local installs
   etc..
}

Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 2109aec and merging...

@random-zebra random-zebra merged commit a3e75c2 into PIVX-Project:master Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants