We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792bad commit 73183c5Copy full SHA for 73183c5
src/installer.js
@@ -95,8 +95,8 @@ class DebianInstaller extends common.ElectronInstaller {
95
96
await this.createTemplatedFile(src, dest);
97
98
- const contrlDir = path.join(this.stagingDir, 'DEBIAN');
99
- return fs.chmod(contrlDir, 0o755);
+ const controlDir = path.join(this.stagingDir, 'DEBIAN');
+ return fs.chmod(controlDir, 0o755);
100
})
101
}
102
0 commit comments