File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 3737                    ./dist/Converter_arm64_darwin.zip 
3838build_intel :
3939        name : Build Intel 
40-         runs-on : macos-13 
40+         runs-on : self-hosted 
4141        if : github.repository_owner == 'pyquick' 
4242        permissions :
4343            contents : write 
Original file line number Diff line number Diff line change 22import  clean 
33import  buildzip 
44from  setup_ccache  import  setup_ccache 
5- from  patch  import  _patch_load_command ,_patch_sdk_version 
65from  plistedit  import  add_utf_info 
76if  __name__  ==  "__main__" :
87    clean .clean ()
98    setup_ccache ()
109    main ()
11-     _patch_load_command ()
12-     _patch_sdk_version ()
1310    add_utf_info ()
1411    buildzip .build_zip ()
Original file line number Diff line number Diff line change 22import  clean 
33import  buildzip 
44from  setup_ccache  import  setup_ccache 
5- from  patch  import  _patch_load_command ,_patch_sdk_version 
65from  plistedit  import  add_utf_info 
76if  __name__  ==  "__main__" :
87    clean .clean ()
98    setup_ccache ()
109    main ()
11-     _patch_load_command ()
12-     _patch_sdk_version ()
1310    add_utf_info ()
1411    buildzip .build_zip_intel ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments