File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 - uses : maxim-lobanov/setup-xcode@v1
3939 if : startsWith(runner.os, 'mac')
4040 with :
41- xcode-version : ' 13.1 .0'
41+ xcode-version : ' 16.0 .0'
4242 # This is gonna be hacky.
4343 # Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
4444 # But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ export function GetLinksData(
167167 }
168168
169169 // **************************************************************************
170- // @if CUSTOM_HOMEPAGE='false'
170+ // @_if CUSTOM_HOMEPAGE='false'
171+ // TODO Renable
171172
172173 /*
173174 const YOUTUBER_CHANNEL_IDS = [
@@ -345,7 +346,7 @@ export function GetLinksData(
345346 if ( ! showPersonalizedChannels ) rowData . push ( TOP_CHANNELS ) ;
346347 }
347348
348- // @endif
349+ // @_endif
349350 // **************************************************************************
350351
351352 // TODO: provide better method for exempting from homepage
You can’t perform that action at this time.
0 commit comments