Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 51c7953

Browse files
committed
Fix deploy
1 parent c2fe886 commit 51c7953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_cache:
2626
- rm -rf $HOME/.cache/electron-builder/wine
2727

2828
before_deploy:
29-
- rm -rf dist/*/
29+
- sudo rm -rf dist/*/
3030

3131
deploy:
3232
skip_cleanup: true

0 commit comments

Comments
 (0)