File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ def mp4decrypt(keys, config):
3535        return  mp4decrypt_command 
3636    def  shaka_packager (keys , config ):
3737        if  os .name  ==  'nt' :
38-             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "3.4.2_packager-win-x64 .exe" )]
38+             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "shaka_packager_win .exe" )]
3939        else :
40-             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "3.4.2_packager-linux-arm64 " )]
40+             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "shaka_packager_linux_arm64 " )]
4141        for  key  in  keys :
4242            if  key ["type" ] ==  "CONTENT" :
4343                shaka_decrypt_command .extend (
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ def mp4decrypt(keys, config):
3636        return  mp4decrypt_command 
3737    def  shaka_packager (keys , config ):
3838        if  os .name  ==  'nt' :
39-             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "3.4.2_packager-win-x64 .exe" )]
39+             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "shaka_packager_win .exe" )]
4040        else :
41-             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "3.4.2_packager-linux-arm64 " )]
41+             shaka_decrypt_command  =  [os .path .join (config ["directorys" ]["Binaries" ], "shaka_packager_linux_arm64 " )]
4242        for  key  in  keys :
4343            if  key ["type" ] ==  "CONTENT" :
4444                shaka_decrypt_command .extend (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments