Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jun 1, 2021
1 parent 6334f6d commit 11a526e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- uses: olafurpg/setup-scala@v10
with:
java-version: zulu@1.11
- uses: olafurpg/setup-gpg@v3
- run: sbt ci-release docs/publishWebsite
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
# - uses: olafurpg/setup-gpg@v3
# - run: sbt ci-release docs/publishWebsite
# env:
# PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
# PGP_SECRET: ${{ secrets.PGP_SECRET }}
# SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
# SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
# GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
# GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
osx:
runs-on: [ macos-latest ]
steps:
Expand Down
5 changes: 3 additions & 2 deletions app/bundle/bundle.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import com.typesafe.sbt.packager.windows._
import com.typesafe.sbt.SbtNativePackager.Windows
import NativePackagerHelper._
import com.typesafe.sbt.packager.Keys._

name := "bitcoin-s-bundle"

enablePlugins(WindowsPlugin)
enablePlugins(WindowsPlugin, ClasspathJarPlugin)

mainClass := Some("org.bitcoins.bundle.gui.BundleGUI")

Expand Down Expand Up @@ -52,6 +51,8 @@ wixFeatures += WindowsFeature(

bashScriptDefines / scriptClasspath ~= (cp => "../resources" +: cp)

scriptClasspath := Seq("*")

Universal / mappings += {
// we are using the reference.conf as default application.conf
// the user can override settings here
Expand Down

0 comments on commit 11a526e

Please sign in to comment.