Skip to content

Commit

Permalink
chore: move scripts to assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent e879153 commit 9ba2077
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function isBrewInstalled() {

function installBrew() {
runCmdUnix('bash', [
`${__dirname}/scripts/install_brew.sh`
`${__dirname}/assets/scripts/install_brew.sh`
]);
}

Expand Down

0 comments on commit 9ba2077

Please sign in to comment.