fix(build): add no strip flag when building
This is related to https://github.com/tauri-apps/tauri/issues/8929 The issue arises from linuxdeploy side The current solution is to add NO_STRIP=true before building the application Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri"
|
||||
"tauri": "NO_STRIP=true tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user