-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolve #771 #772
base: master
Are you sure you want to change the base?
resolve #771 #772
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -30,27 +30,27 @@ | |||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>true</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
</PropertyGroup> | ||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>true</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> | ||||||
</PropertyGroup> | ||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>false</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
</PropertyGroup> | ||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>false</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -16,7 +16,7 @@ | |||||
<Keyword>Win32Proj</Keyword> | ||||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
</PropertyGroup> | ||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -29,7 +29,7 @@ | |||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>true</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
</PropertyGroup> | ||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||||||
|
@@ -41,7 +41,7 @@ | |||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||||||
<ConfigurationType>Application</ConfigurationType> | ||||||
<UseDebugLibraries>false</UseDebugLibraries> | ||||||
<PlatformToolset>v143</PlatformToolset> | ||||||
<PlatformToolset>v142</PlatformToolset> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||||||
<CharacterSet>Unicode</CharacterSet> | ||||||
</PropertyGroup> | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -102,14 +102,15 @@ goto :ARGS_LOOP | |||||
|
||||||
:POST_ARGS_LOOP | ||||||
%MSBUILD% %~dp0\DistroLauncher.sln /t:%_MSBUILD_TARGET% /m /nr:true ^ | ||||||
/restore ^ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use spaces
Suggested change
|
||||||
/p:Configuration=%_MSBUILD_CONFIG% ^ | ||||||
/p:Platform=%_MSBUILD_PLATFORM% ^ | ||||||
/p:AppxBundlePlatforms=%_MSBUILD_APPX_BUNDLE_PLATFORMS% ^ | ||||||
/p:UseSubFolderForOutputDirDuringMultiPlatformBuild=false | ||||||
|
||||||
if (%ERRORLEVEL%) == (0) ( | ||||||
echo. | ||||||
echo Created appx in %~dp0AppPackages\DistroLauncher-Appx\ | ||||||
echo Created MSIXBUNDLE in ./Pengwin/AppPackages/Pengwin_<version>_<arch> | ||||||
echo. | ||||||
) | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the automated process to publish the program to the store uses Visual Studio 2022, it is preferable to update the BUILDING.md to use it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright. I'll revert these changes in the next push to this PR.
I'm working on build instructions using VS 2022 and the non-legacy rootfs build repo, but I'm running into unrelated issues with debootstrap failing to successfully install sudo in the rootfs.