File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def pyinstall(cmd):
5353    # Build the binaries 
5454    pyinstall ("--onefile --clean -y --windowed -n standalone standalone.py" )
5555    pyinstall ("--onefile --clean -y --windowed --exclude-module PyInstaller --add-data dist/standalone.exe;. -n CardStock_Designer designer.py" )
56-     os .remove ("standalone.exe" )
56+     os .remove ("dist/ standalone.exe" )
5757    pyinstall ("--onefile --clean -y --windowed -n CardStock_Viewer viewer.py" )
5858
5959    # Build the package directory 
@@ -79,7 +79,7 @@ def pyinstall(cmd):
7979    # Build the binaries 
8080    pyinstall ("--onefile --clean -y --windowed -n standalone standalone.py" )
8181    pyinstall ("--onefile --clean -y --windowed --exclude-module PyInstaller --add-data dist/standalone:. -n CardStock_Designer designer.py" )
82-     os .remove ("standalone" )
82+     os .remove ("dist/ standalone" )
8383    pyinstall ("--onefile --clean -y --windowed -n CardStock_Viewer viewer.py" )
8484
8585    # Build the package directory 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments