Skip to content

Commit

Permalink
[desktop] for bug 62528
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Jul 18, 2024
1 parent db36b7d commit 21c8c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def make():

base.create_dir(root_dir + "/editors")
base.copy_dir(base_dir + "/js/" + branding + "/desktop/sdkjs", root_dir + "/editors/sdkjs")
if len(os.listdir(root_dir + "/editors/sdkjs")) == 0:
base.delete_dir(root_dir + "/editors/sdkjs") # delete empty folder. for bug 62528
base.copy_dir(base_dir + "/js/" + branding + "/desktop/web-apps", root_dir + "/editors/web-apps")
for file in glob.glob(root_dir + "/editors/web-apps/apps/*/*/*.js.map"):
base.delete_file(file)
Expand Down

0 comments on commit 21c8c69

Please sign in to comment.