Skip to content

Commit

Permalink
bump to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Apr 9, 2021
1 parent dc0b8f9 commit f92c28c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bettertweetdeck",
"version": "4.0.1",
"version": "4.0.2",
"description": "Adds some nice options on TweetDeck.",
"repository": {
"type": "git",
Expand Down
12 changes: 0 additions & 12 deletions tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ const extensionPath = path.resolve(__dirname, '../dist');
const xcodeBuild = execa('npm', ['run', 'pack:safari']);
xcodeBuild.stderr?.pipe(process.stderr);
await xcodeBuild;
await zip(
path.resolve(
__dirname,
'../safari/',
'Better TweetDeck for Safari',
'build',
'Release',
'BetterTDeck for TweetDeck.app'
),
path.resolve(__dirname, '../artifacts/', `better-tweetdeck-${packageJson.version}.safari.zip`),
'BetterTDeck for TweetDeck.app'
);
})();

function zip(source: string, saveTo: string, destPath: string | false = false) {
Expand Down

0 comments on commit f92c28c

Please sign in to comment.