mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add specific Crossover Search link
This commit is contained in:
parent
34a0bcb087
commit
37022f190b
1 changed files with 3 additions and 1 deletions
|
|
@ -12,11 +12,13 @@ const {
|
||||||
const details = ensureListingDetails( listing )
|
const details = ensureListingDetails( listing )
|
||||||
|
|
||||||
const isNonNativeGame = listing.status !== 'native' && details.isGame
|
const isNonNativeGame = listing.status !== 'native' && details.isGame
|
||||||
|
// Example: Adobe+Photoshop
|
||||||
|
const listingUrlFirendlyName = encodeURIComponent( listing.name )
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{
|
{
|
||||||
label: '🔄 CrossOver Compatibility',
|
label: '🔄 CrossOver Compatibility',
|
||||||
href: 'https://www.codeweavers.com/compatibility?ad=912'
|
href: `https://www.codeweavers.com/compatibility?browse=&ad=912&app_desc=&company=&rating=&platform=&date_start=&date_end=&search=app&name=${ listingUrlFirendlyName }#results`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '🔄 CrossOver Performance',
|
label: '🔄 CrossOver Performance',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue