Skip to content

Commit 8fd4830

Browse files
committed
fix: make execubale
1 parent d14539d commit 8fd4830

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63847,9 +63847,9 @@ async function installFlutterGen(version, cacheEnabled, cacheKey, cachePath) {
6384763847
}
6384863848
async function makeExecutable(installedPath) {
6384963849
const fluttergenPath = join(installedPath, "fluttergen");
63850-
chmodSync(fluttergenPath, "755");
63850+
chmodSync(fluttergenPath, "a+x");
6385163851
core2.addPath(installedPath);
6385263852
}
6385363853
run();
6385463854

63855-
//# debugId=2C472E274954839664756E2164756E21
63855+
//# debugId=BACA1DFBD8BCC8C464756E2164756E21

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)