Skip to content

Commit

Permalink
refactor(maker-squirrel): inherit the config & docs from electron-win…
Browse files Browse the repository at this point in the history
…staller (#1791)
  • Loading branch information
malept authored Jun 24, 2020
1 parent d7d3d38 commit 69c2722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 107 deletions.
106 changes: 0 additions & 106 deletions packages/maker/squirrel/src/Config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/maker/squirrel/src/MakerSquirrel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { convertVersion, createWindowsInstaller, Options as ElectronWinstallerOp
import fs from 'fs-extra';
import path from 'path';

import { MakerSquirrelConfig } from './Config';
type MakerSquirrelConfig = Omit<ElectronWinstallerOptions, 'appDirectory' | 'outputDirectory'>

export default class MakerSquirrel extends MakerBase<MakerSquirrelConfig> {
name = 'squirrel';
Expand Down

0 comments on commit 69c2722

Please sign in to comment.