Skip to content

Commit

Permalink
fix: anki-bin
Browse files Browse the repository at this point in the history
Somehow python3-installer isn't working?
  • Loading branch information
madonuko committed Nov 4, 2023
1 parent d29cc4d commit 7c822c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anda/apps/anki-bin/anki-bin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Anki is based on a theory called spaced repetition.
%build

%install
python3.11 -m pip install PyInstaller==3.5
python3.11 -m installer --destdir="%{buildroot}" %{SOURCE0}
python3.11 -m installer --destdir="%{buildroot}" %{SOURCE1}
install -Dm755 %{SOURCE2} "%{buildroot}/usr/bin/anki"
Expand Down

0 comments on commit 7c822c2

Please sign in to comment.