Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markholland committed Jul 17, 2024
1 parent f4bfd13 commit 22dcddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ tar -xf $SOURCE_TAR -C flipper --strip-components=1
# Apply patches
pushd flipper
git init && git add . && git commit -m "Original source"
git remote add flipperUpstream https://github.com/markholland/flipper.git
git fetch flipperUpstream m1-universal
git remote add flipperUpstream https://github.com/facebook/flipper
git fetch flipperUpstream pull/3553/head:universalBuild

pushd desktop
if grep -Fxq "@electron/universal" package.json
Expand Down

0 comments on commit 22dcddf

Please sign in to comment.