feat(prism-launcher): add *crack* patch
This commit is contained in:
parent
c5c43e9fc5
commit
448f5723e5
2 changed files with 25 additions and 0 deletions
|
@ -25,5 +25,11 @@
|
|||
# install -v "${openasar}" "$out/opt/Discord/resources/app.asar"
|
||||
# '';
|
||||
# });
|
||||
|
||||
prismlauncher = prev.prismlauncher.overrideAttrs (oldAttrs: {
|
||||
patches = (oldAttrs.patches or [ ]) ++ [
|
||||
./offline-mode-prism-launcher.diff
|
||||
];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue