Skip to content

Commit a772ac7

Browse files
moved the exe part into a folder
1 parent 5e20e81 commit a772ac7

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
setup_dir = os.path.join(PROJECT_ROOT, "Setup")
4545
if setup_dir not in sys.path:
4646
sys.path.insert(0, setup_dir)
47-
from Picachu import PICALauncherApp, resource_path
47+
from deployment.Picachu import PICALauncherApp, resource_path
4848
APP_VERSION = PICALauncherApp.PROGRAM_VERSION
4949

5050
# List of all frontend scripts to compile into sub-EXEs.
File renamed without changes.

0 commit comments

Comments
 (0)