Skip to content

Commit

Permalink
scaffold packaging scripts for win/darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 5, 2023
1 parent 7e853ca commit e8ce858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/darwin/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

# This script is used to build the macOS installer.
3 changes: 3 additions & 0 deletions contrib/windows/package.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!powershell

# This script is used to build the Windows installer.

0 comments on commit e8ce858

Please sign in to comment.