mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Convertr scanner client to mjs
This commit is contained in:
parent
78f3b7a04a
commit
ca58913ccc
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import { isString } from './check-types.js'
|
|||
import parseMacho from './macho/index.js'
|
||||
import prettyBytes from 'pretty-bytes'
|
||||
|
||||
import { AppScan } from '~/helpers/scanner/client'
|
||||
import { AppScan } from '~/helpers/scanner/client.mjs'
|
||||
|
||||
const scannerVersion = (() => {
|
||||
// If there's no window
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ const tempPath = 'test/_artifacts/temp'
|
|||
const plainAppBundles = glob
|
||||
.sync( `${ appsPath }/**/*.app`, appGlobOptions )
|
||||
.filter( bundlePath => {
|
||||
// return true
|
||||
return bundlePath.includes( 'App' )
|
||||
return true
|
||||
// return bundlePath.includes( 'AV' )
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue