Skip to content

Commit 657f1de

Browse files
committed
fix: Correctly copy py files on first install
1 parent a0e8f0f commit 657f1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/berstanio/pymobiledevice3/venv/PyInstallationHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static PyInstallation install(File directory) {
6969
throw new IllegalStateException("Installed venv at " + venv.getAbsolutePath() + ", but it's invalid?");
7070
}
7171

72+
copyFiles(directory);
7273
installRequirements(directory);
7374

7475
return finalizeInstallation(directory);

0 commit comments

Comments
 (0)