Skip to content

Commit

Permalink
Update build_release to include myWorkspaceSwitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
passingthru67 committed Oct 1, 2019
1 parent 8e7c936 commit 69d8857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cat dockedWorkspaces.js | grep -v '_DEBUG_' > "$temp_dir/dockedWorkspaces.js"
cat extension.js | grep -v '_DEBUG_' > "$temp_dir/extension.js"
cat intellihide.js | grep -v '_DEBUG_' > "$temp_dir/intellihide.js"
cat myPressureBarrier.js | grep -v '_DEBUG_' > "$temp_dir/myPressureBarrier.js"
cat myWorkspaceSwitcherPopup.js | grep -v '_DEBUG_' > "$temp_dir/myWorkspaceSwitcherPopup.js"
cat myWorkspaceSwitcher.js | grep -v '_DEBUG_' > "$temp_dir/myWorkspaceSwitcher.js"
cat myWorkspaceThumbnail.js | grep -v '_DEBUG_' > "$temp_dir/myWorkspaceThumbnail.js"
cat placeDisplay.js | grep -v '_DEBUG_' > "$temp_dir/placeDisplay.js"
cat prefs.js | grep -v '_DEBUG_' > "$temp_dir/prefs.js"
Expand Down

0 comments on commit 69d8857

Please sign in to comment.