Skip to content

Commit

Permalink
Merge pull request #1593 from mrpalide/fix/release-mac-win
Browse files Browse the repository at this point in the history
fix release issue on mac and win
  • Loading branch information
mrpalide authored May 29, 2023
2 parents 1f6bf9d + c6ae351 commit bf4c3af
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pkg/skyenv/skyenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const (
ConfigName = "skywire-config.json"
// DMSGHTTPName is the default dmsghttp config name
DMSGHTTPName = "dmsghttp-config.json"
// SkycoinKeyName is the default skycoin key file name
SkycoinKeyName = "skycoin.asc"

// Dmsg port constants.
// TODO(evanlinjin): Define these properly. These are currently random.
Expand Down
3 changes: 0 additions & 3 deletions pkg/visor/visorconfig/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ var (
// DMSGHTTPName is the default dmsghttp config name
DMSGHTTPName = skyenv.DMSGHTTPName

// SkycoinKeyName is name of skycoin key file
SkycoinKeyName = skyenv.SkycoinKeyName

// Dmsg port constants.
// TODO(evanlinjin): Define these properly. These are currently random.

Expand Down
1 change: 0 additions & 1 deletion scripts/mac_installer/create_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ function build_installer() {
mv ./skywire-cli ${installer_package_dir}/Contents/MacOS/skywire-cli
mv ./apps/vpn-client ${installer_package_dir}/Contents/MacOS/apps/vpn-client
cp ./dmsghttp-config.json ${installer_package_dir}/Contents/MacOS/dmsghttp-config.json
cp ./skycoin.asc ${installer_package_dir}/Contents/MacOS/skycoin.asc

cat <<EOF >${installer_package_dir}/Contents/MacOS/Skywire
#!/bin/bash
Expand Down
1 change: 0 additions & 1 deletion scripts/win_installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<File Id="ICON" Source=".\images\ico.ico"/>
<File Id="WINTUN" Source=".\build\wintun.dll"/>
<File Id="DMSGHTTPCONFIG" Source=".\build\dmsghttp-config.json"/>
<File Id="SKYCOINASC" Source=".\build\skycoin.asc"/>
<File Id="NEWUPDATE" Source=".\build\new.update"/>
</Component>
<Directory Id="APPS" Name="apps">
Expand Down
1 change: 0 additions & 1 deletion scripts/win_installer/script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function BuildInstaller($arch)
Move-Item ..\..\archive\skywire-cli.exe .\build\skywire-cli.exe
Move-Item ..\..\archive\apps\vpn-client.exe .\build\apps\vpn-client.exe
Copy-Item ..\..\archive\dmsghttp-config.json .\build\dmsghttp-config.json
Copy-Item ..\..\archive\skycoin.asc .\build\skycoin.asc
Copy-Item skywire.bat .\build\skywire.bat
New-Item new.update > $null
Move-Item new.update .\build\new.update
Expand Down

0 comments on commit bf4c3af

Please sign in to comment.