Skip to content

Commit

Permalink
Rename the built installer EXE to not include "Bundle," which required
Browse files Browse the repository at this point in the history
putting in spaces (much to my Unix raised distress)
  • Loading branch information
RonBOakes committed May 9, 2024
1 parent 0e8cbd2 commit 1719107
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ConlangAudioHoning.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PolyGlot2ConlangJson", "Pol
{ED66CB5B-02B8-4CD7-BC35-E9A6D5A5F263} = {ED66CB5B-02B8-4CD7-BC35-E9A6D5A5F263}
EndProjectSection
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "ConlangAudioHoningInstallerBundle", "ConlangAudioHoningInstallerBundle\ConlangAudioHoningInstallerBundle.wixproj", "{8C0C5816-B0C6-4ADF-B852-D969464EC876}"
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Conlang Audio Honing Installer", "ConlangAudioHoningInstallerBundle\Conlang Audio Honing Installer.wixproj", "{8C0C5816-B0C6-4ADF-B852-D969464EC876}"
ProjectSection(ProjectDependencies) = postProject
{3F8C1DC2-4C43-4185-B2CC-72B538A964EF} = {3F8C1DC2-4C43-4185-B2CC-72B538A964EF}
{6F3C264F-91F8-4146-9022-7462BCF51B9E} = {6F3C264F-91F8-4146-9022-7462BCF51B9E}
Expand Down
2 changes: 1 addition & 1 deletion ConlangAudioHoningInstallerBundle/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
-->
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Name="ConlangAudioHoningInstallerBundle" Manufacturer="Conlang Audio Honing Project" Version="0.1.0.0" UpgradeCode="4646c55a-adec-4e88-b69c-048ecc52166f">
<Bundle Name="Conlang AudioHoning Installer" Manufacturer="Conlang Audio Honing Project" Version="0.1.0.0" UpgradeCode="4646c55a-adec-4e88-b69c-048ecc52166f">
<BootstrapperApplication>
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text" Theme="hyperlinkLicense" />
</BootstrapperApplication>
Expand Down

0 comments on commit 1719107

Please sign in to comment.