mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 parseMacho from './macho/index.js'
|
||||||
import prettyBytes from 'pretty-bytes'
|
import prettyBytes from 'pretty-bytes'
|
||||||
|
|
||||||
import { AppScan } from '~/helpers/scanner/client'
|
import { AppScan } from '~/helpers/scanner/client.mjs'
|
||||||
|
|
||||||
const scannerVersion = (() => {
|
const scannerVersion = (() => {
|
||||||
// If there's no window
|
// If there's no window
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,8 @@ const tempPath = 'test/_artifacts/temp'
|
||||||
const plainAppBundles = glob
|
const plainAppBundles = glob
|
||||||
.sync( `${ appsPath }/**/*.app`, appGlobOptions )
|
.sync( `${ appsPath }/**/*.app`, appGlobOptions )
|
||||||
.filter( bundlePath => {
|
.filter( bundlePath => {
|
||||||
// return true
|
return true
|
||||||
return bundlePath.includes( 'App' )
|
// return bundlePath.includes( 'AV' )
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue