mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -03:00
Delete pyproject.toml files before building in flatpak to avoid trying to use poetry
This commit is contained in:
parent
b931bcb2c7
commit
ce537beb9d
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,7 @@ modules:
|
||||||
ensure-writable:
|
ensure-writable:
|
||||||
- easy-install.pth
|
- easy-install.pth
|
||||||
build-commands:
|
build-commands:
|
||||||
|
- rm desktop/pyproject.toml
|
||||||
- cd desktop && pip3 install --prefix=${FLATPAK_DEST} .
|
- cd desktop && pip3 install --prefix=${FLATPAK_DEST} .
|
||||||
- cd desktop && install -D -m0644 org.onionshare.OnionShare.appdata.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.appdata.xml
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.appdata.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.appdata.xml
|
||||||
- cd desktop && install -D -m0644 org.onionshare.OnionShare.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
||||||
|
@ -356,6 +357,7 @@ modules:
|
||||||
- name: onionshare-cli
|
- name: onionshare-cli
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
- rm cli/pyproject.toml
|
||||||
- cd cli && pip3 install --prefix=${FLATPAK_DEST} --no-deps .
|
- cd cli && pip3 install --prefix=${FLATPAK_DEST} --no-deps .
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue